org.apache.tools.ant
Interface TaskContainer

All Known Implementing Classes:
Target, Parallel, Sequential

public interface TaskContainer

Interface for objects which can contain tasks

Author:
Conor MacNeill

Method Summary
 void addTask(Task task)
          Add a task to this task container
 

Method Detail

addTask

public void addTask(Task task)
Add a task to this task container
Parameters:
task - the task to be added to this container


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.