Modifier and Type | Field and Description |
---|---|
private static final SingleCheckExecutor |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | executeTargets(Project
the Ant Project. project, String[] String[] of Target names as specified on the command line. targetNames)Implements org. |
public Executor | getSubProjectExecutor()
Implements org. |
SUB_EXECUTOR | back to summary |
---|---|
private static final SingleCheckExecutor SUB_EXECUTOR |
DefaultExecutor | back to summary |
---|---|
public DefaultExecutor() |
executeTargets | back to summary |
---|---|
public void executeTargets(Project project, String[] targetNames) throws BuildException Implements org. Doc from org. Execute the specified Targets for the specified Project..
|
getSubProjectExecutor | back to summary |
---|---|
public Executor getSubProjectExecutor() Implements org. Doc from org. Get the appropriate subproject Executor instance. This allows the top executor to control what type of executor is used to execute subprojects via <ant>/<antcall>/<subant> and task that extend these. All bundled Executors return a SingleCheckExecutor (running a merged set of depended targets for all targets called) to run sub-builds..
|