Uses of Interface
org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory
-
Packages that use OptionsSaxHandlerFactory Package Description org.apache.torque.generator.configuration.mergepoint This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation.org.apache.torque.generator.configuration.option This package contains the classes for reading the options for Torque generator units of generation. -
-
Uses of OptionsSaxHandlerFactory in org.apache.torque.generator.configuration.mergepoint
Methods in org.apache.torque.generator.configuration.mergepoint that return OptionsSaxHandlerFactory Modifier and Type Method Description OptionsSaxHandlerFactory
OptionsSaxHandlerFactories. getOptionsSaxHandlerFactory(String type)
Returns the OptionsSaxHandlerFactory associated with the given type.Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type OptionsSaxHandlerFactory Modifier and Type Method Description void
OptionsSaxHandlerFactories. register(OptionsSaxHandlerFactory optionsSaxHandlerFactory)
Registers a new OptionsSaxHandlerFactory. -
Uses of OptionsSaxHandlerFactory in org.apache.torque.generator.configuration.option
Classes in org.apache.torque.generator.configuration.option that implement OptionsSaxHandlerFactory Modifier and Type Class Description class
PropertiesOptionsSaxHandlerFactory
A Factory which creates a SAX handler for properties options.class
XmlOptionsSaxHandlerFactory
A Factory which creates a SAX handler for XML Options.
-