Klasse SourceSaxHandlerFactories
java.lang.Object
org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
A registry of SourceSaxHandlerFactories.
$Id: SourceSaxHandlerFactories.java 1917241 2024-04-21 13:29:41Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the SourceSaxHandlerFactory associated with the given type.Returns the known source types.void
register
(SourceSaxHandlerFactory sourceSaxHandlerFactory) Registers a new SourcseSaxHandlerFactory.
-
Konstruktordetails
-
SourceSaxHandlerFactories
public SourceSaxHandlerFactories()Constructor. Registers the default SourceSaxHandlerFactories.
-
-
Methodendetails
-
register
Registers a new SourcseSaxHandlerFactory.- Parameter:
sourceSaxHandlerFactory
- the factory to register, not null.- Löst aus:
ConfigurationException
- if the type of the registered factory already exists.
-
getSourceSaxHandlerFactory
Returns the SourceSaxHandlerFactory associated with the given type.- Parameter:
type
- the type top look for, not null.- Gibt zurück:
- the SourceSaxHandlerFactory associated with the given type, or null if no SourceSaxHandlerFactory exists for the given type.
-
getSourceTypes
Returns the known source types.- Gibt zurück:
- the known source types, not null.
-