public
class
SingleCheckExecutorextends Objectimplements 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.