Klasse OptionsSaxHandlerFactories

java.lang.Object
org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories

public class OptionsSaxHandlerFactories extends Object
A registry of OptionsSaxHandlerFactories. $Id: OptionsSaxHandlerFactories.java 1917241 2024-04-21 13:29:41Z tv $
  • 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

      public OptionsSaxHandlerFactory getOptionsSaxHandlerFactory(String type)
      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.