Package org.apache.tools.ant.taskdefs
Class MacroDef.NestedSequential
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.MacroDef.NestedSequential
 
- 
- All Implemented Interfaces:
- TaskContainer
 - Enclosing class:
- MacroDef
 
 public static class MacroDef.NestedSequential extends java.lang.Object implements TaskContainer The class corresponding to the sequential nested element. This is a simple task container.
- 
- 
Constructor SummaryConstructors Constructor Description NestedSequential()
 
- 
- 
- 
Method Detail- 
addTaskpublic void addTask(Task task) Add a task or type to the container.- Specified by:
- addTaskin interface- TaskContainer
- Parameters:
- task- an unknown element.
 
 - 
getNestedpublic java.util.List<Task> getNested() - Returns:
- the list of unknown elements
 
 - 
similarpublic boolean similar(MacroDef.NestedSequential other) A compare function to compare this with another NestedSequential. It calls similar on the nested unknown elements.- Parameters:
- other- the nested sequential to compare with.
- Returns:
- true if they are similar, false otherwise
 
 
- 
 
-