Class CheckFactory
- java.lang.Object
-
- org.drools.verifier.core.checks.base.CheckFactory
-
public class CheckFactory extends java.lang.ObjectCreates checks. Uses a white list to make sure the only the checks the user wants are used.
-
-
Constructor Summary
Constructors Constructor Description CheckFactory(AnalyzerConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Optional<PairCheckBundle>makePairRowCheck(RuleInspector ruleInspector, RuleInspector other)protected java.util.Set<Check>makeSingleChecks(RuleInspector ruleInspector)
-
-
-
Constructor Detail
-
CheckFactory
public CheckFactory(AnalyzerConfiguration configuration)
-
-
Method Detail
-
makeSingleChecks
protected java.util.Set<Check> makeSingleChecks(RuleInspector ruleInspector)
-
makePairRowCheck
protected java.util.Optional<PairCheckBundle> makePairRowCheck(RuleInspector ruleInspector, RuleInspector other)
-
-