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

All Implemented Interfaces:
    Executor

"Single-check" Target executor implementation. Differs from DefaultExecutor in that the dependencies for all targets are computed together, so that shared dependencies are run just once.
Method from org.apache.tools.ant.helper.SingleCheckExecutor Summary:
executeTargets,   getSubProjectExecutor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.helper.SingleCheckExecutor Detail:
 public  void executeTargets(Project project,
    String[] targetNames) throws BuildException 
    {@inheritDoc}.
 public Executor getSubProjectExecutor() 
    {@inheritDoc}.