Class SingleCheckExecutor

java.lang.Object
org.apache.tools.ant.helper.SingleCheckExecutor
All Implemented Interfaces:
Executor

public class SingleCheckExecutor extends Object implements Executor
"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.
Since:
Ant 1.6.3