org.apache.tools.ant
Interface Executor
- DefaultExecutor, SingleCheckExecutor
public interface Executor
Target executor abstraction.
executeTargets
public void executeTargets(Project project,
String[] targetNames)
throws BuildException
Execute the specified Targets for the specified Project.
project
- the Ant Project.targetNames
- String[] of Target names.
getSubProjectExecutor
public Executor getSubProjectExecutor()
Get the appropriate subproject Executor instance.
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.