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

Packages that use org.apache.torque.generator.configuration
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation. 
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. 
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.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. 
org.apache.torque.generator.control This package implements the torque generator Controller . 
org.apache.torque.generator.control.existingtargetstrategy This package defines and implements strategies for dealing with the situation that a target file already exists. 
org.apache.torque.generator.outlet This package defines torque generator outlets which produce output snippets from the source. 
org.apache.torque.generator.outlet.copy This package defines and implements copy outlets. 
org.apache.torque.generator.outlet.java This package defines java outlets and provides some implementations. 
org.apache.torque.generator.source This package contains the handling of source files. 
org.apache.torque.generator.source.jdbc This package implements sources which read from jdbc. 
org.apache.torque.generator.source.stream This package contains the handling of stream-based sources, such as file sources. 
org.apache.torque.generator.template This package contains the handling of template-based outlets in the Torque generator. 
org.apache.torque.generator.template.velocity This package contains the handling of velocity outlets in the Torque generator. 
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
OutletTypes
          Manages the types of known Outlets.
UnitConfiguration
          Contains all information to run a generation unit.
UnitDescriptor
          Contains all necessary information about a generation unit.
UnitDescriptor.Packaging
          Possible packaging forms of a unit of generation.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration.controller
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration.mergepoint
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration.option
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration.outlet
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.configuration.source
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.control
UnitConfiguration
          Contains all information to run a generation unit.
UnitDescriptor
          Contains all necessary information about a generation unit.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.control.existingtargetstrategy
UnitConfiguration
          Contains all information to run a generation unit.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.outlet
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.outlet.copy
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.outlet.java
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.source
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.source.jdbc
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.source.stream
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationHandlers
          Contains the required handlers for reading the configuration.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.template
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 

Classes in org.apache.torque.generator.configuration used by org.apache.torque.generator.template.velocity
ConfigurationException
          This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationProvider
          Defines how the configuration for a generation unit can be accessed.
 



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