C E G O S T

C

createOption() - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Creates a new option and adds it to the list of options.

E

execute() - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Runs the generation.

G

getKey() - Method in class org.apache.torque.ant.task.Option
Returns the key of the option.
getValue() - Method in class org.apache.torque.ant.task.Option
Returns the value of the option.

O

Option - Class in org.apache.torque.ant.task
An option for the generator task.
Option() - Constructor for class org.apache.torque.ant.task.Option
 
org.apache.torque.ant.task - package org.apache.torque.ant.task
This package contains the ant task classes.

S

setAddDebuggingInfoToOutput(boolean) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets whether debugging information should be added to the output.
setCombineFiles(Boolean) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets whether all source files should be combined into one source tree.
setConfigDir(File) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
 
setConfigPackage(String) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
 
setDefaultOutputDir(File) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the default output base directory for generated files.
setDefaultOutputEncoding(String) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the encoding which should be used for the files which do not have an output encoding set in the templates.
setJarFile(String) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
The path to the jar file to use.
setKey(String) - Method in class org.apache.torque.ant.task.Option
Sets the key of the option.
setLoglevel(String) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the Loglevel to use in the generation process.
setOutputDirMap(Map<String, File>) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the mapping from outputDirKey to output directories.
setOverrideConfigDir(File) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the config directory overriding the template settings.
setPackaging(String) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the packaging.
setProjectRootDir(File) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the root directory of the project.
setSourceDir(File) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the directory in which the source files are located.
setSourceExcludes(Set<String>) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the pattern which files are excluded in the generation process.
setSourceIncludes(Set<String>) - Method in class org.apache.torque.ant.task.TorqueGeneratorTask
Sets the pattern which files are included in the generation process.
setValue(String) - Method in class org.apache.torque.ant.task.Option
Sets the value of the option.

T

TorqueGeneratorTask - Class in org.apache.torque.ant.task
Executes a unit of generation within the torque generator.
TorqueGeneratorTask() - Constructor for class org.apache.torque.ant.task.TorqueGeneratorTask
 

C E G O S T

Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.