org.apache.tools.ant.taskdefs
public static class MacroDef.NestedSequential extends java.lang.Object implements TaskContainer
Constructor and Description |
---|
MacroDef.NestedSequential() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.