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