FileDocCategorySizeDatePackage
TaskContainer.javaAPI DocApache Ant 1.701404Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant

TaskContainer

public interface TaskContainer
Interface for objects which can contain tasks.

It is recommended that implementations call perform rather than execute for the tasks they contain, as this method ensures that the appropriate BuildEvents will be generated.

see
Task#perform
see
Task#execute
see
BuildEvent

Fields Summary
Constructors Summary
Methods Summary
public voidaddTask(Task task)
Adds a task to this task container

param
task The task to be added to this container. Must not be null.