org.apache.tools.ant

Interface TaskContainer

    • Method Detail

      • addTask

        void addTask(Task task)
        Adds a task to this task container
        Parameters:
        task - The task to be added to this container. Must not be null.