|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
ise.antelope.tasks.ForTask
public class ForTask
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
ForTask()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForTask()
| Method Detail |
|---|
public 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.Task
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - Description of Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||