Uses of Package
org.apache.torque.generator.configuration.mergepoint

Packages that use org.apache.torque.generator.configuration.mergepoint
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
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.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation. 
org.apache.torque.generator.outlet This package defines torque generator outlets which produce output snippets from the source. 
org.apache.torque.generator.outlet.java This package defines java outlets and provides some implementations. 
 

Classes in org.apache.torque.generator.configuration.mergepoint used by org.apache.torque.generator.configuration
ActionSaxHandlerFactories
          A registry of ActionSaxHandlerFactories.
OptionsSaxHandlerFactories
          A registry of OptionsSaxHandlerFactories.
 

Classes in org.apache.torque.generator.configuration.mergepoint used by org.apache.torque.generator.configuration.mergepoint
ActionSaxHandler
          A SAX Handler which handles for the action element in mergepoints.
ActionSaxHandlerFactory
          Classes implementing this interface are responsible for creating ActionSaxHandlers for a specific action type.
ApplyActionSaxHandler
          A SAX handler which reads the configuration for a ApplyAction and creates and configures the Action according to the values in the configuration XML.
MergepointMapping
          A mapping between the name of an mergepoint and and the action which should be performed at this point.
OptionActionSaxHandler
          A SAX handler which reads the configuration for a OptionAction and creates and configures the Action according to the values in the configuration XML.
OutputActionSaxHandler
          A SAX handler which reads the configuration for a OutputAction and creates and configures the Action according to the values in the configuration XML.
SourceElementAttributeActionSaxHandler
          A SAX handler which reads the configuration for a SourceElementAttributeAction and creates and configures the Action according to the values in the configuration XML.
TraverseAllActionSaxHandler
          A SAX handler which reads the configuration for a TraverseAllAction and creates and configures the Action according to the values in the configuration XML.
 

Classes in org.apache.torque.generator.configuration.mergepoint used by org.apache.torque.generator.configuration.outlet
MergepointMapping
          A mapping between the name of an mergepoint and and the action which should be performed at this point.
 

Classes in org.apache.torque.generator.configuration.mergepoint used by org.apache.torque.generator.outlet
MergepointMapping
          A mapping between the name of an mergepoint and and the action which should be performed at this point.
 

Classes in org.apache.torque.generator.configuration.mergepoint used by org.apache.torque.generator.outlet.java
MergepointMapping
          A mapping between the name of an mergepoint and and the action which should be performed at this point.
 



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