public interface ProjectPaths
Modifier and Type | Method and Description |
---|---|
File |
getCacheDirectory()
Returns the cache directory where the torque generator can store
internal files.
|
String |
getConfigurationPackage()
Returns the package of the Torque generator configuration.
|
File |
getConfigurationPath()
Returns the path to the Torque generator configuration directory.
|
File |
getDefaultSourcePath()
Returns the path to the default source directory for the
Torque generator.
|
File |
getOutputDirectory(String outputDirKey)
Returns the path to the base directory for the generated output
for the given output key.
|
Map<String,File> |
getOutputDirectoryMap()
Returns the output directory map which contains the mapping
from output directory key to output directory.
|
File |
getWorkDirectory()
Returns the work directory where the torque generator can store
internal files.
|
File getConfigurationPath()
IllegalStateException
- if the current state of the object
is not valid.String getConfigurationPackage()
IllegalStateException
- if the current state of the object
is not valid.File getDefaultSourcePath()
IllegalStateException
- if the current state of the object
is not valid.File getOutputDirectory(String outputDirKey)
outputDirKey
- the key which output directory should be returned.
Null is the key for the default output directory
and is always mapped to a non-null value.IllegalStateException
- if the current state of the object
is not valid.IllegalArgumentException
- if the outputDirKey is unknown.Map<String,File> getOutputDirectoryMap()
IllegalStateException
- if the current state of the object
is not valid.File getWorkDirectory()
IllegalStateException
- if the current state of the object
is not valid.File getCacheDirectory()
IllegalStateException
- if the current state of the object
is not valid.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.