| java.lang.Object org.apache.cactus.integration.ant.util.DefaultAntTaskFactory
DefaultAntTaskFactory | public class DefaultAntTaskFactory implements AntTaskFactory(Code) | | Default
AntTaskFactory for creating Ant tasks.
version: $Id: DefaultAntTaskFactory.java 239003 2004-05-31 20:05:27Z vmassol $ |
Constructor Summary | |
public | DefaultAntTaskFactory(Project theProject, String theCurrentTaskName, Location theCurrentLocation, Target theCurrentTarget) |
DefaultAntTaskFactory | public DefaultAntTaskFactory(Project theProject, String theCurrentTaskName, Location theCurrentLocation, Target theCurrentTarget)(Code) | | Parameters: theProject - the current project Parameters: theCurrentTaskName - the current Ant task name Parameters: theCurrentLocation - the current task location Parameters: theCurrentTarget - the current target being executed |
|
|