Method Summary |
|
public Path | createClasspath() Set the classpath to load the Processor through (nested element). |
public Tool | createTool() |
public VelocityConfig | createVelConfig() |
public void | execute() Executes the task. |
public void | putAppValue(String name, Object o) |
public void | setBasedir(File dir) Set the base directory. |
public void | setClasspath(Path classpath) Set the classpath to load the Processor through (attribute). |
public void | setClasspathRef(Reference r) Set the classpath to load the Processor through via reference
(attribute). |
public void | setDestdir(File dir) Set the destination directory where the generated
files should be directed. |
public void | setExtension(String name) Set the desired file extension to be used for the target files. |
public void | setForce(boolean force) Set whether to check dependencies, or always generate. |
public void | setIn(File inFile) |
public void | setLogFile(File logFile) Sets the file to use for logging. |
public void | setOut(File outFile) |
public void | setOutputEncoding(String encoding) Sets the character encoding for output files. |
public void | setStyle(File dvslFile) Sets the file to use for stylesheet. |
public void | setStyleEncoding(String dvslFileEncoding) Sets the encoding of stylesheet file. |
public void | setToolbox(String toolboxFile) Sets the Toolbox properties file to use. |
public void | setToolboxFile(File toolboxFile) Sets the Toolbox properties file to use. |
public void | setValidatingParser(boolean validating) |
public void | setVelocityConfigClass(String classname) Allows the user to specify a class that implements
java.util.Properties that will have user properties
to be used when setting up DVSL. |