Method Summary |
|
public void | execute(String path) Executes the tasks. |
public String | getTaskId(Task task) Returns the ID of a specific Task.
Parameters: task - the specific task for which the task id is requested. |
protected TaskManager | getTaskManager() Returns the TaskManager that is used to manage the tasks of this TaskSequence. |
public Task[] | getTasks() Returns the tasks in this sequence. |
public void | init(Configuration configuration) |