freemarker.ext.ant

Class JythonAntTask


public class JythonAntTask
extends Task

Used internally, public for technical reasons only.

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.

Method Summary

void
addText(String text)
void
execute(Map vars)
void
setFile(File scriptFile)

Method Details

addText

public void addText(String text)

execute

public void execute(Map vars)
            throws BuildException

setFile

public void setFile(File scriptFile)
            throws BuildException