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

Packages that use org.apache.torque.generator.source
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.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.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.skipDecider This package contains the definition and implementations of source filters. 
org.apache.torque.generator.source.stream This package contains the handling of stream-based sources, such as file sources. 
org.apache.torque.generator.source.transform This package contains the definition of source transformers and some implementations. 
org.apache.torque.generator.template.velocity This package contains the handling of velocity outlets in the Torque generator. 
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.configuration
SourceProvider
          The input for a generation process.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.configuration.controller
SourceProcessConfiguration
          Contains the configuration how a source should be processed between obtaining the original source and feeding it to the outlets.
SourceProvider
          The input for a generation process.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.configuration.source
SourceProcessConfiguration
          Contains the configuration how a source should be processed between obtaining the original source and feeding it to the outlets.
SourceProvider
          The input for a generation process.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.control
SourceElement
          An element in the source graph.
SourceException
          This exception denotes that the source cannot be read.
SourceProvider
          The input for a generation process.
SourceTransformerDefinition
          All necessary informations for doing a transformation.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.source
Source
          An entity which serves as an input for the generation process.
SourceAttributeName
          An interface for a class respresenting the name of a source attribute.
SourceElement
          An element in the source graph.
SourceElementName
          An interface for a class respresenting the name of a source element.
SourceException
          This exception denotes that the source cannot be read.
SourceProvider
          The input for a generation process.
SourceTransformerDefinition
          All necessary informations for doing a transformation.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.source.jdbc
Source
          An entity which serves as an input for the generation process.
SourceElement
          An element in the source graph.
SourceException
          This exception denotes that the source cannot be read.
SourceImpl
          The base implementation of the source interface.
SourceProvider
          The input for a generation process.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.source.skipDecider
SourceException
          This exception denotes that the source cannot be read.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.source.stream
Source
          An entity which serves as an input for the generation process.
SourceElement
          An element in the source graph.
SourceException
          This exception denotes that the source cannot be read.
SourceImpl
          The base implementation of the source interface.
SourceProvider
          The input for a generation process.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.source.transform
SourceElement
          An element in the source graph.
 

Classes in org.apache.torque.generator.source used by org.apache.torque.generator.template.velocity
SourceElement
          An element in the source graph.
 



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