Uses of Class
cdc.issues.rules.Rule
-
Packages that use Rule Package Description cdc.issues cdc.issues.rules -
-
Uses of Rule in cdc.issues
Methods in cdc.issues with parameters of type Rule Modifier and Type Method Description BIssue.Builder. rule(Rule rule)Sets the issue Rule. -
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. enabledRulesstatic Comparator<Rule>Rule. ID_COMPARATORComparator of Rules based on their id.Methods 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>Profile. getRules()Set<Rule>RulesCatalog. getRules()default Set<Rule>RulesCatalog. getRules(String domain)Returns a set of all knownRules belonging to a domain.Set<Rule>IssuesDetector.AbstractFactory. getSupportedRules()Set<Rule>IssuesDetector.Factory. getSupportedRules()Methods in cdc.issues.rules with parameters of type Rule Modifier and Type Method Description <T> Optional<IssuesDetector.Factory<T>>CompositeRulesCatalog. getFactory(Rule rule, Class<T> dataClass)<T> Optional<IssuesDetector.Factory<T>>RulesCatalog. getFactory(Rule rule, Class<T> dataClass)Returns theIssuesDetector.Factoryassociated to a Rule and a Class, ornull.ParamsProfile. getParams(Rule rule)Returns the parameters to use for a rule.default booleanRulesCatalog. hasDescriptor(Rule rule, Class<?> dataClass)Returnstrueif anIssuesDetector.Factoryis registered for a Rule and a Class.default booleanRulesCatalog. hasRule(Rule rule)Returnstrueif aRuleis registered.booleanProfile. isEnabled(Rule rule)Constructors in cdc.issues.rules with parameters of type Rule Constructor Description AbstractFactory(Class<T> dataClass, Rule... rules)ConfiguredRule(Rule rule)ConfiguredRule(Rule rule, Params params)
-