Class ConfigurationHandlers
java.lang.Object
org.apache.torque.generator.configuration.ConfigurationHandlers
Contains the required handlers for reading the configuration.
$Id: ConfigurationHandlers.java 1917241 2024-04-21 13:29:41Z tv $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the known mergepoint action handlers.Returns the known options handlers.Returns the known outlet types.Returns the known output types.Returns the known source configuration handlers.Returns the known formats of stream (e.g. file) sources.
-
Constructor Details
-
ConfigurationHandlers
public ConfigurationHandlers()Standard constructor.
-
-
Method Details
-
getOutletTypes
Returns the known outlet types.- Returns:
- the known outlet types, not null.
-
getOutputTypes
Returns the known output types.- Returns:
- the known outlet types, not null.
-
getSourceSaxHandlerFactories
Returns the known source configuration handlers.- Returns:
- the known source configuration handlers, not mull.
-
getStreamSourceFormats
Returns the known formats of stream (e.g. file) sources.- Returns:
- the known stream source formats, not null.
-
getActionSaxHandlerFactories
Returns the known mergepoint action handlers.- Returns:
- the known mergepoint action handlers, not null.
-
getOptionsSaxHandlerFactories
Returns the known options handlers.- Returns:
- the known options handlers, not null.
-