public class ForTask
extends org.apache.tools.ant.Task
implements org.apache.tools.ant.TaskContainer
| Constructor and Description |
|---|
ForTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(org.apache.tools.ant.Task task)
Add a nested task
|
void |
execute()
Execute all tasks.
|
void |
maybeConfigure() |
void |
setInc(int i)
Sets the inc attribute of the ForTask object
|
void |
setInitName(java.lang.String name)
Sets the initName attribute of the ForTask object
|
void |
setInitvalue(int i)
Sets the initvalue attribute of the ForTask object
|
void |
setMaxvalue(int i)
Sets the maxvalue attribute of the ForTask object
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setInitName(java.lang.String name)
name - The new initName valuepublic void setInitvalue(int i)
i - The new initvalue valuepublic void setMaxvalue(int i)
i - The new maxvalue valuepublic void setInc(int i)
i - The new inc valuepublic void addTask(org.apache.tools.ant.Task task)
addTask in interface org.apache.tools.ant.TaskContainertask - Nested taskpublic void maybeConfigure()
maybeConfigure in class org.apache.tools.ant.Taskpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - Description of Exception