Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Executor
Method Summary | |
void |
|
Executor |
|
public void executeTargets(Project project, String[] targetNames) throws BuildException
Execute the specified Targets for the specified Project.
- Parameters:
project
- the Ant Project.targetNames
- String[] of Target names.
- Throws:
BuildException
- on error
public Executor getSubProjectExecutor()
Get the appropriate subproject Executor instance.
- Returns:
- an Executor instance.