org.apache.tools.ant.helper

Class SingleCheckExecutor

Implemented Interfaces:
Executor

public class SingleCheckExecutor
extends java.lang.Object
implements 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.
Since:
Ant 1.6.3

Method Summary

void
executeTargets(Project project, String[] targetNames)
Executor
getSubProjectExecutor()

Method Details

executeTargets

public void executeTargets(Project project,
                           String[] targetNames)
            throws BuildException
Specified by:
executeTargets in interface Executor

getSubProjectExecutor

public Executor getSubProjectExecutor()
Specified by:
getSubProjectExecutor in interface Executor

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.