public class Maven2DirectoryProjectPaths extends Maven2ProjectPaths
CACHE_DIR, CONFIG_DIR, DEFAULT_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR_KEY, SOURCE_DIR, WORK_DIR
Constructor and Description |
---|
Maven2DirectoryProjectPaths(File projectRoot)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationPackage()
Returns the package of the Torque generator files.
|
File |
getConfigurationPath()
Returns the subdirectory for the Torque generator files,
relative to the project root.
|
getCacheDirectory, getDefaultSourcePath, getOutputDirectory, getOutputDirectoryMap, getProjectRoot, getWorkDirectory
public Maven2DirectoryProjectPaths(File projectRoot)
projectRoot
- path to the project root directory, not null.
The path must either be absolute or relative to the current
working directory.public File getConfigurationPath()
getConfigurationPath
in interface ProjectPaths
getConfigurationPath
in class Maven2ProjectPaths
public String getConfigurationPackage()
getConfigurationPackage
in interface ProjectPaths
getConfigurationPackage
in class Maven2ProjectPaths
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.