org.apache.tools.ant.taskdefs

Class Parallel.TaskList

public static class Parallel.TaskList extends Object implements TaskContainer

Class which holds a list of tasks to execute
Method Summary
voidaddTask(Task nestedTask)
Add a nested task to execute parallel (asynchron).

Method Detail

addTask

public void addTask(Task nestedTask)
Add a nested task to execute parallel (asynchron).

Parameters: nestedTask Nested task to be executed in parallel. must not be null.

Copyright