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.
- version:
$ - Id: AntTaskFactory.java,v 1.6 2004/05/31 20:05:24 vmassol Exp $
| 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. |