|
|||||||||||
| 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
org.globus.cog.gui.grapheditor.ant.taskdefs.For
Implements a for loop. Arguments are "from" and "to".
A special case is when the from and to strings have the same length
In this case, if required, the values for the iterator will be zero
padded. Eample
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
For()
|
|
| Method Summary | |
void |
addTask(org.apache.tools.ant.Task task)
|
void |
execute()
|
String |
getFrom()
|
String |
getName()
|
List |
getTasks()
|
String |
getTo()
|
void |
setFrom(String from)
|
void |
setName(String name)
|
void |
setTo(String to)
|
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public For()
| Method Detail |
public void setName(String name)
public String getName()
public void setFrom(String from)
public String getFrom()
public void setTo(String to)
public String getTo()
public void addTask(org.apache.tools.ant.Task task)
addTask in interface org.apache.tools.ant.TaskContainerpublic List getTasks()
getTasks in interface ETaskContainer
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||