public class SingleCheckExecutor extends Object implements org.apache.tools.ant.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.