| Modifier and Type | Field and Description |
|---|---|
| protected boolean | lazy
Lazy flag. |
| protected String | python
Specifies the Python interpreter. |
| private File | srcDir
Source paths. |
| protected boolean | verbose
Verbose flag. |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | execute()
Overrides org. Called by the project to let the task do its work. |
| private void | |
| public void | |
| public void | |
| public void | |
| public void |
| lazy | back to summary |
|---|---|
| protected boolean lazy Lazy flag. | |
| python | back to summary |
|---|---|
| protected String python Specifies the Python interpreter. | |
| srcDir | back to summary |
|---|---|
| private File srcDir Source paths. | |
| verbose | back to summary |
|---|---|
| protected boolean verbose Verbose flag. | |
| TemplateAntTask | back to summary |
|---|---|
| public TemplateAntTask() | |
| execute | back to summary |
|---|---|
| public void execute() Overrides org. Doc from org. Called by the project to let the task do its work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running "ant target1 target2" will run all tasks in target3 twice. | |
| runPythonScript | back to summary |
|---|---|
| private void runPythonScript(String script) throws BuildException | |
| setLazy | back to summary |
|---|---|
| public void setLazy(String in) Lazy flag. | |
| setPython | back to summary |
|---|---|
| public void setPython(String aPE) Specifies the Python interpreter. | |
| setSrcdir | back to summary |
|---|---|
| public void setSrcdir(String in) Source paths. | |
| setVerbose | back to summary |
|---|---|
| public void setVerbose(String in) Verbose flag. | |