public class DefaultTorqueGeneratorPaths extends Object implements TorqueGeneratorPaths
This is:
- torque-generator root - - conf - - - control.xml - - outlets - - templates - - resources
Constructor and Description |
---|
DefaultTorqueGeneratorPaths() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationDirectory()
Returns the path to the directory containing the configuration,
relative to the torque-gen directory.
|
String |
getControlConfigurationFile()
Returns the path to the file containing the control configuration,
relative to the configuration directory.
|
String |
getOutletDirectory()
Returns the path to the directory containing the outlet definitions,
relative to the Torque generator configuration directory.
|
String |
getResourceDirectory()
Returns the path to the directory containing the resources,
relative to the Torque generator configuration directory.
|
String |
getTemplateDirectory()
Returns the path to the directory containing the templates,
relative to the torque-gen directory.
|
public String getControlConfigurationFile()
TorqueGeneratorPaths
getControlConfigurationFile
in interface TorqueGeneratorPaths
public String getTemplateDirectory()
TorqueGeneratorPaths
getTemplateDirectory
in interface TorqueGeneratorPaths
public String getConfigurationDirectory()
TorqueGeneratorPaths
getConfigurationDirectory
in interface TorqueGeneratorPaths
public String getOutletDirectory()
TorqueGeneratorPaths
getOutletDirectory
in interface TorqueGeneratorPaths
public String getResourceDirectory()
TorqueGeneratorPaths
getResourceDirectory
in interface TorqueGeneratorPaths
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.