Executor
public class IgnoreDependenciesExecutor extends java.lang.Object implements Executor
target.performTasks()
directly. If an
error occurs, behavior is determined by the Project's "keep-going" mode.
To be used when you know what you're doing.Constructor | Description |
---|---|
IgnoreDependenciesExecutor() |
Modifier and Type | Method | Description |
---|---|---|
void |
executeTargets(Project project,
java.lang.String[] targetNames) |
Execute the specified Targets for the specified Project.
|
Executor |
getSubProjectExecutor() |
Get the appropriate subproject Executor instance.
|
public void executeTargets(Project project, java.lang.String[] targetNames) throws BuildException
executeTargets
in interface Executor
project
- the Ant Project.targetNames
- String[] of Target names as specified on the command line.BuildException
- on errorpublic Executor getSubProjectExecutor()
getSubProjectExecutor
in interface Executor