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

Packages that use org.apache.torque.generator.outlet
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.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation. 
org.apache.torque.generator.control This package implements the torque generator Controller . 
org.apache.torque.generator.control.action This package defines and implements mergepoint actions. 
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.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.outlet used by org.apache.torque.generator.configuration.controller
Outlet
          Generates String output from the AST.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.configuration.outlet
Outlet
          Generates String output from the AST.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.control
Outlet
          Generates String output from the AST.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.control.action
OutletResult
          The result of an outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.control.existingtargetstrategy
OutletResult
          The result of an outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.outlet
Outlet
          Generates String output from the AST.
OutletResult
          The result of an outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.outlet.copy
Outlet
          Generates String output from the AST.
OutletImpl
          Implementation of the features in the Outlet interface which do not depend on type of Outlet.
OutletResult
          The result of an outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.outlet.java
Outlet
          Generates String output from the AST.
OutletImpl
          Implementation of the features in the Outlet interface which do not depend on type of Outlet.
OutletResult
          The result of an outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.template
Outlet
          Generates String output from the AST.
OutletImpl
          Implementation of the features in the Outlet interface which do not depend on type of Outlet.
 

Classes in org.apache.torque.generator.outlet used by org.apache.torque.generator.template.velocity
Outlet
          Generates String output from the AST.
OutletImpl
          Implementation of the features in the Outlet interface which do not depend on type of Outlet.
OutletResult
          The result of an outlet.
 



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