org.apache.tools.ant.helper

Class IgnoreDependenciesExecutor

Implemented Interfaces:
Executor

public class IgnoreDependenciesExecutor
extends java.lang.Object
implements Executor

Target executor implementation that ignores dependencies. Runs each target by calling target.performTasks() directly. If an error occurs, behavior is determined by the Project's "keep-going" mode. To be used when you know what you're doing.
Since:
Ant 1.7.1

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