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

void
execute()
void
setLazy(String in)
Lazy flag.
void
setPython(String aPE)
Specifies the Python interpreter.
void
setSrcdir(String in)
Source paths.
void
setVerbose(String in)
Verbose flag.

Method Details

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