|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.MacroDef.NestedSequential
The class corresponding to the sequential nested element. This is a simple task container.
Constructor Summary | |
MacroDef.NestedSequential()
|
Method Summary | |
void |
addTask(Task task)
Add a task or type to the container. |
java.util.List |
getNested()
|
boolean |
similar(MacroDef.NestedSequential other)
A compare function to compare this with another NestedSequential. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MacroDef.NestedSequential()
Method Detail |
public void addTask(Task task)
addTask
in interface TaskContainer
task
- an unknown element.public java.util.List getNested()
public boolean similar(MacroDef.NestedSequential other)
other
- the nested sequential to compare with.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |