Uses of Interface
org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths

Packages that use TorqueGeneratorPaths
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
org.apache.torque.generator.configuration.paths This package defines the directory structure of the Torque generator configuration and its surrounding project. 
 

Uses of TorqueGeneratorPaths in org.apache.torque.generator.configuration
 

Methods in org.apache.torque.generator.configuration that return TorqueGeneratorPaths
 TorqueGeneratorPaths UnitDescriptor.getConfigurationPaths()
          Returns the paths in the configuration of this generation unit.
 

Constructors in org.apache.torque.generator.configuration with parameters of type TorqueGeneratorPaths
AbstractConfigurationProvider(TorqueGeneratorPaths configurationPaths)
          Constructor.
ClasspathConfigurationProvider(ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths)
          Constructor.
DirectoryConfigurationProvider(ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths)
          Constructor.
JarConfigurationProvider(ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths)
          Constructor.
UnitDescriptor(UnitDescriptor.Packaging packaging, ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths)
          Constructor without inheritance, override options, overrideSourceFileset, loglevel and addDebuggingInfoToOutput.
 

Uses of TorqueGeneratorPaths in org.apache.torque.generator.configuration.paths
 

Classes in org.apache.torque.generator.configuration.paths that implement TorqueGeneratorPaths
 class DefaultTorqueGeneratorPaths
          The default organization of the torque-generator directory.
 



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