Uses of Interface
org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
-
Packages that use TorqueGeneratorPaths Package Description 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 Modifier and Type Method Description 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 Constructor Description AbstractConfigurationProvider(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 Modifier and Type Class Description class
DefaultTorqueGeneratorPaths
The default organization of the torque-generator directory.
-