org.apache.tools.ant.taskdefs
public static class Parallel.TaskList extends java.lang.Object implements TaskContainer
Constructor and Description |
---|
Parallel.TaskList() |
public void addTask(Task nestedTask)
addTask
in interface TaskContainer
nestedTask
- Nested task to be executed in parallel.
must not be null.