public interface AntTaskFactory
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.Task |
createTask(String taskName)
Returns the task that is mapped to the specified name.
|
org.apache.tools.ant.Task createTask(String taskName)
taskName
- The logical name of the tasknull
if a corresponding task could not be createdCopyright © 2004-2013 Codehaus. All Rights Reserved.