public class Maven2JarProjectPaths extends Maven2ProjectPaths
CACHE_DIR, CONFIG_DIR, DEFAULT_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR, MODIFIABLE_OUTPUT_DIR_KEY, SOURCE_DIR, WORK_DIR
Constructor and Description |
---|
Maven2JarProjectPaths(File projectRoot,
String jarFileName)
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 Maven2JarProjectPaths(File projectRoot, String jarFileName)
projectRoot
- path to the project root directory, not null.
The path must either be absolute or relative to the current
working directory.jarFileName
- the name of the jar file, relative to the
configuration root 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.