|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |