|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.helper.SingleCheckExecutor
public class SingleCheckExecutor
"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.
Constructor Summary | |
---|---|
SingleCheckExecutor()
|
Method Summary | |
---|---|
void |
executeTargets(Project project,
java.lang.String[] targetNames)
Execute the specified Targets for the specified Project.. |
Executor |
getSubProjectExecutor()
Get the appropriate subproject Executor instance.. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleCheckExecutor()
Method Detail |
---|
public void executeTargets(Project project, java.lang.String[] targetNames) throws BuildException
executeTargets
in interface Executor
project
- the Ant Project.targetNames
- String[] of Target names.
BuildException
- on errorpublic Executor getSubProjectExecutor()
getSubProjectExecutor
in interface Executor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |