Uses of Interface
org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory

Packages that use OptionsSaxHandlerFactory
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
 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
 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
 class PropertiesOptionsSaxHandlerFactory
          A Factory which creates a SAX handler for properties options.
 class XmlOptionsSaxHandlerFactory
          A Factory which creates a SAX handler for XML Options.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.