public class SingleCheckExecutor extends Object implements Executor
DefaultExecutor in that the dependencies for all
 targets are computed together, so that shared dependencies are run just once.| Constructor and Description | 
|---|
| SingleCheckExecutor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | executeTargets(Project project,
              String[] targetNames)Execute the specified Targets for the specified Project. | 
| Executor | getSubProjectExecutor()Get the appropriate subproject Executor instance. | 
public void executeTargets(Project project, String[] targetNames) throws BuildException
executeTargets in interface Executorproject - the Ant Project.targetNames - String[] of Target names as specified on the command line.BuildException - on errorpublic Executor getSubProjectExecutor()
getSubProjectExecutor in interface Executor