public class JythonAntTask
extends org.apache.tools.ant.Task
This is an Ant sub-task of the FreemarkerXmlTask task.
Warning! It must not be statically linked with Jython classes, so users can use the XML ant task even if Jython is not installed.
| Constructor and Description |
|---|
JythonAntTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String text) |
void |
execute(java.util.Map vars) |
void |
setFile(java.io.File scriptFile) |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setFile(java.io.File scriptFile)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void addText(java.lang.String text)
public void execute(java.util.Map vars)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException