org.apache.tools.ant.helper

Class DefaultExecutor

Implemented Interfaces:
Executor

public class DefaultExecutor
extends java.lang.Object
implements 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.
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.