org.apache.tools.ant
Interface TaskContainer
- All Known Implementing Classes:
- Target
- public interface TaskContainer
Interface for objects which can contain tasks
Method Summary |
void |
addTask(Task task)
Add a task to this task container |
addTask
public void addTask(Task task)
- Add a task to this task container
- Parameters:
task
- the task to be added to this container
Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.