Save This Page
Home » apache-ant-1.8.1 » org.apache.tools » ant » helper » [javadoc | source]
org.apache.tools.ant.helper
public class: DefaultExecutor [javadoc | source]
java.lang.Object
   org.apache.tools.ant.helper.DefaultExecutor

All Implemented Interfaces:
    Executor

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.
Method from org.apache.tools.ant.helper.DefaultExecutor Summary:
executeTargets,   getSubProjectExecutor
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.helper.DefaultExecutor Detail:
 public  void executeTargets(Project project,
    String[] targetNames) throws BuildException 
    {@inheritDoc}.
 public Executor getSubProjectExecutor() 
    {@inheritDoc}.