org.apache.tools.ant.helper
Class SingleCheckExecutor
public
class
SingleCheckExecutor
extends Object
implements 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
public void executeTargets(
Project project, String[] targetNames)
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.