FileDocCategorySizeDatePackage
SingleCheckExecutor.javaAPI DocApache Ant 1.701622Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.helper

SingleCheckExecutor

public class SingleCheckExecutor extends Object implements org.apache.tools.ant.Executor
"Single-check" Target executor implementation. Differs from {@link DefaultExecutor} in that the dependencies for all targets are computed together, so that shared dependencies are run just once.
since
Ant 1.6.3

Fields Summary
Constructors Summary
Methods Summary
public voidexecuteTargets(org.apache.tools.ant.Project project, java.lang.String[] targetNames)
{@inheritDoc}.

            project.executeSortedTargets(
                project.topoSort(targetNames, project.getTargets(), false));
    
public org.apache.tools.ant.ExecutorgetSubProjectExecutor()
{@inheritDoc}.

        return this;