org.apache.tools.ant.taskdefs
Class MacroDef.NestedSequential
java.lang.Object
org.apache.tools.ant.taskdefs.MacroDef.NestedSequential
- MacroDef
- TaskContainer
public static class MacroDef.NestedSequential
extends java.lang.Object
The class corresponding to the sequential nested element.
This is a simple task container.
addTask
public void addTask(Task task)
Add a task or type to the container.
- addTask in interface TaskContainer
task
- an unknown element.
getNested
public List getNested()
- the list of unknown elements
similar
public boolean similar(MacroDef.NestedSequential other)
A compare function to compare this with another
NestedSequential.
It calls similar on the nested unknown elements.
other
- the nested sequential to compare with.
- true if they are similar, false otherwise
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.