org.apache.tools.ant
public interface Executor
Since: Ant 1.6.3
Method Summary | |
---|---|
void | executeTargets(Project project, String[] targetNames)
Execute the specified Targets for the specified Project. |
Executor | getSubProjectExecutor()
Get the appropriate subproject Executor instance.
|
Parameters: project the Ant Project. targetNames String[] of Target names as specified on the command line.
Throws: BuildException on error
Returns: an Executor instance.