| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.MacroDef.NestedSequential
public static class 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<Task> | 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 TaskContainertask - an unknown element.public java.util.List<Task> 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 | ||||||||