org.python.util

Class 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.

Version: 1.0

Author: Matt Small - msmall@activegrid.com

Method Summary
voidexecute()
voidsetLazy(String in)
Lazy flag.
voidsetPython(String aPE)
Specifies the Python interpreter.
voidsetSrcdir(String in)
Source paths.
voidsetVerbose(String in)
Verbose flag.

Method Detail

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