| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.helper.DefaultExecutor
public class DefaultExecutor
Default Target executor implementation. Runs each target individually (including all of its dependencies). If an error occurs, behavior is determined by the Project's "keep-going" mode.
| Constructor Summary | |
|---|---|
| DefaultExecutor() | |
| Method Summary | |
|---|---|
|  void | executeTargets(Project project,
               java.lang.String[] targetNames)Execute the specified Targets for the specified Project. | 
|  Executor | getSubProjectExecutor()Get the appropriate subproject Executor instance. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultExecutor()
| Method Detail | 
|---|
public void executeTargets(Project project,
                           java.lang.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| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||