Uses of Class
cdc.issues.rules.Rule
-
Packages that use Rule Package Description cdc.issues.rules -
-
Uses of Rule in cdc.issues.rules
Fields in cdc.issues.rules with type parameters of type Rule Modifier and Type Field Description protected Set<Rule>AbstractIssueDetector. enabledRulesMethods in cdc.issues.rules that return Rule Modifier and Type Method Description RuleRule.Builder. build()RuleConfiguredRule. getRule()Methods in cdc.issues.rules that return types with arguments of type Rule Modifier and Type Method Description Set<Rule>AbstractIssueDetector. getEnabledRules()Set<Rule>IssuesDetector. getEnabledRules()Set<Rule>Profile. getEnabledRules()Optional<Rule>CompositeRulesCatalog. getRule(RuleId id)Optional<Rule>RulesCatalog. getRule(RuleId id)Returns the rule that has a given id.Set<Rule>CompositeRulesCatalog. getRules()Set<Rule>RulesCatalog. getRules()default Set<Rule>RulesCatalog. getRules(String domain)Returns a set of all known rules belonging to a domain.Set<Rule>IssuesDetector.AbstractDescriptor. getSupportedRules()Set<Rule>IssuesDetector.Descriptor. getSupportedRules()Methods in cdc.issues.rules with parameters of type Rule Modifier and Type Method Description <T> Optional<IssuesDetector.Descriptor<T>>CompositeRulesCatalog. getDescriptor(Rule rule, Class<T> dataClass)<T> Optional<IssuesDetector.Descriptor<T>>RulesCatalog. getDescriptor(Rule rule, Class<T> dataClass)Returns theIssuesDetector.Descriptorassociated to a Rule and a Class, ornull.ParamsProfile. getRuleParams(Rule rule)Returns the parameters to use for a rule.default booleanRulesCatalog. hasDescriptor(Rule rule, Class<?> dataClass)Returnstrueif anIssuesDetector.Descriptoris registered for a Rule and a Class.default booleanRulesCatalog. hasRule(Rule rule)Returnstrueif a rule is registered.Constructors in cdc.issues.rules with parameters of type Rule Constructor Description AbstractDescriptor(Class<T> dataClass, Rule... rules)ConfiguredRule(Rule rule)ConfiguredRule(Rule rule, Params params)
-