Class ChecksRepeatingCommand
java.lang.Object
org.drools.verifier.core.checks.base.ChecksRepeatingCommand
- All Implemented Interfaces:
CancellableRepeatingCommand
This class handles processing the analysis itself. It supports "batched" processing
of different "chunks". State is a snapshot of the Checks at the time the RepeatingCommand
was instantiated.
-
Constructor Summary
ConstructorsConstructorDescriptionChecksRepeatingCommand(Set<Check> checksToRun, StatusUpdate onStatus, Command onCompletion) -
Method Summary
-
Constructor Details
-
ChecksRepeatingCommand
-
-
Method Details
-
execute
public boolean execute()- Specified by:
executein interfaceCancellableRepeatingCommand
-
cancel
public void cancel()- Specified by:
cancelin interfaceCancellableRepeatingCommand
-