org.python.util
Class TemplateAntTask
MatchingTask
org.python.util.TemplateAntTask
public class TemplateAntTask
extends MatchingTask
Template is an Ant task for generating new-style object definitions based on
template files. These template files come in two flavors; *.expose and
*.derived, both are supported by this task.
- Matt Small - msmall@activegrid.com
execute
public void execute()
setLazy
public void setLazy(String in)
Lazy flag.
setPython
public void setPython(String aPE)
Specifies the Python interpreter.
setSrcdir
public void setSrcdir(String in)
Source paths.
setVerbose
public void setVerbose(String in)
Verbose flag.
Jython homepage