Klasse DefaultTorqueGeneratorPaths

java.lang.Object
org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
Alle implementierten Schnittstellen:
TorqueGeneratorPaths

public class DefaultTorqueGeneratorPaths extends Object implements TorqueGeneratorPaths
The default organization of the torque-generator directory.

This is:

 - torque-generator root
 - - conf
 - - - control.xml
 - - outlets
 - - templates
 - - resources
 
  • Konstruktordetails

    • DefaultTorqueGeneratorPaths

      public DefaultTorqueGeneratorPaths()
  • Methodendetails

    • getControlConfigurationFile

      public String getControlConfigurationFile()
      Beschreibung aus Schnittstelle kopiert: TorqueGeneratorPaths
      Returns the path to the file containing the control configuration, relative to the configuration directory.
      Angegeben von:
      getControlConfigurationFile in Schnittstelle TorqueGeneratorPaths
      Gibt zurück:
      the path to the control configuration file, not null.
    • getTemplateDirectory

      public String getTemplateDirectory()
      Beschreibung aus Schnittstelle kopiert: TorqueGeneratorPaths
      Returns the path to the directory containing the templates, relative to the torque-gen directory.
      Angegeben von:
      getTemplateDirectory in Schnittstelle TorqueGeneratorPaths
      Gibt zurück:
      the path to the template directory. not null.
    • getConfigurationDirectory

      public String getConfigurationDirectory()
      Beschreibung aus Schnittstelle kopiert: TorqueGeneratorPaths
      Returns the path to the directory containing the configuration, relative to the torque-gen directory.
      Angegeben von:
      getConfigurationDirectory in Schnittstelle TorqueGeneratorPaths
      Gibt zurück:
      the path to the configuration directory. not null.
    • getOutletDirectory

      public String getOutletDirectory()
      Beschreibung aus Schnittstelle kopiert: TorqueGeneratorPaths
      Returns the path to the directory containing the outlet definitions, relative to the Torque generator configuration directory.
      Angegeben von:
      getOutletDirectory in Schnittstelle TorqueGeneratorPaths
      Gibt zurück:
      the path to the outlet definition directory, not null.
    • getResourceDirectory

      public String getResourceDirectory()
      Beschreibung aus Schnittstelle kopiert: TorqueGeneratorPaths
      Returns the path to the directory containing the resources, relative to the Torque generator configuration directory.
      Angegeben von:
      getResourceDirectory in Schnittstelle TorqueGeneratorPaths
      Gibt zurück:
      the path to the resources directory, not null.