FileDocCategorySizeDatePackage
Executor.javaAPI DocApache Ant 1.701402Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant

Executor

public interface Executor
Target executor abstraction.
since
Ant 1.6.3

Fields Summary
Constructors Summary
Methods Summary
public voidexecuteTargets(Project project, java.lang.String[] targetNames)
Execute the specified Targets for the specified Project.

param
project the Ant Project.
param
targetNames String[] of Target names.
throws
BuildException on error

public org.apache.tools.ant.ExecutorgetSubProjectExecutor()
Get the appropriate subproject Executor instance.

return
an Executor instance.