Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.util » [javadoc | source]
org.apache.cactus.integration.ant.util
public class: DefaultAntTaskFactory [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.util.DefaultAntTaskFactory

All Implemented Interfaces:
    AntTaskFactory

Default AntTaskFactory for creating Ant tasks.
Constructor:
 public DefaultAntTaskFactory(Project theProject,
    String theCurrentTaskName,
    Location theCurrentLocation,
    Target theCurrentTarget) 
    Parameters:
    theProject - the current project
    theCurrentTaskName - the current Ant task name
    theCurrentLocation - the current task location
    theCurrentTarget - the current target being executed
Method from org.apache.cactus.integration.ant.util.DefaultAntTaskFactory Summary:
createTask
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.util.DefaultAntTaskFactory Detail:
 public Task createTask(String theName)