Uses of Class
org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Packages that use Maven2ProjectPaths Package Description org.apache.torque.generator.configuration.paths This package defines the directory structure of the Torque generator configuration and its surrounding project. -
-
Uses of Maven2ProjectPaths in org.apache.torque.generator.configuration.paths
Subclasses of Maven2ProjectPaths in org.apache.torque.generator.configuration.paths Modifier and Type Class Description class
Maven2DirectoryProjectPaths
Implementation of ProjectPaths if the configuration is located in a directory of a maven 2 project.class
Maven2JarProjectPaths
Implementation of ProjectPaths if the configuration is located in a jar file inside of a Maven 2 project.
-