Klasse Maven2DirectoryProjectPaths
java.lang.Object
org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
- Alle implementierten Schnittstellen:
ProjectPaths
Implementation of ProjectPaths if the configuration is located
in a directory of a maven 2 project.
-
Feldübersicht
Von Klasse geerbte Felder org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
CACHE_DIR, CONFIG_DIR, DEFAULT_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR_KEY, SOURCE_DIR, WORK_DIR
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the package of the Torque generator files.Returns the subdirectory for the Torque generator files, relative to the project root.Von Klasse geerbte Methoden org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
getCacheDirectory, getDefaultSourcePath, getOutputDirectory, getOutputDirectoryMap, getProjectRoot, getWorkDirectory
-
Konstruktordetails
-
Maven2DirectoryProjectPaths
Constructor.- Parameter:
projectRoot
- path to the project root directory, not null. The path must either be absolute or relative to the current working directory.
-
-
Methodendetails
-
getConfigurationPath
Returns the subdirectory for the Torque generator files, relative to the project root.- Angegeben von:
getConfigurationPath
in SchnittstelleProjectPaths
- Angegeben von:
getConfigurationPath
in KlasseMaven2ProjectPaths
- Gibt zurück:
- the subdirectory for the Torque generator files, not null.
-
getConfigurationPackage
Returns the package of the Torque generator files.- Angegeben von:
getConfigurationPackage
in SchnittstelleProjectPaths
- Angegeben von:
getConfigurationPackage
in KlasseMaven2ProjectPaths
- Gibt zurück:
- null.
-