Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.util » [javadoc | source]
org.apache.cactus.integration.ant.util
public interface: AntTaskFactory [javadoc | source]

All Known Implementing Classes:
    DefaultAntTaskFactory

Interface that allows random classes to use Ant tasks without needing an explicit reference to a project, target or task.
Method from org.apache.cactus.integration.ant.util.AntTaskFactory Summary:
createTask
Method from org.apache.cactus.integration.ant.util.AntTaskFactory Detail:
 public Task createTask(String theName)
    Returns the task that is mapped to the specified name. Implementations of this interface should correctly initialize the task by setting the name, the project and optionally the owning target.