Klasse 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 $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns 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.
-
Konstruktordetails
-
ConfigurationHandlers
public ConfigurationHandlers()Standard constructor.
-
-
Methodendetails
-
getOutletTypes
Returns the known outlet types.- Gibt zurück:
- the known outlet types, not null.
-
getOutputTypes
Returns the known output types.- Gibt zurück:
- the known outlet types, not null.
-
getSourceSaxHandlerFactories
Returns the known source configuration handlers.- Gibt zurück:
- the known source configuration handlers, not mull.
-
getStreamSourceFormats
Returns the known formats of stream (e.g. file) sources.- Gibt zurück:
- the known stream source formats, not null.
-
getActionSaxHandlerFactories
Returns the known mergepoint action handlers.- Gibt zurück:
- the known mergepoint action handlers, not null.
-
getOptionsSaxHandlerFactories
Returns the known options handlers.- Gibt zurück:
- the known options handlers, not null.
-