Uses of Class
cdc.issues.rules.RuleId
-
Packages that use RuleId Package Description cdc.issues cdc.issues.rules cdc.issues.stats -
-
Uses of RuleId in cdc.issues
Methods in cdc.issues that return RuleId Modifier and Type Method Description RuleIdIssue. getRuleId()RuleIdIssueId. getRuleId()Methods in cdc.issues with parameters of type RuleId Modifier and Type Method Description BIssue.Builder. ruleId(RuleId ruleId)Sets the issue RuleId.IssueId.BuilderIssueId.Builder. ruleId(RuleId ruleId) -
Uses of RuleId in cdc.issues.rules
Methods in cdc.issues.rules that return RuleId Modifier and Type Method Description RuleIdRule. getId()Methods in cdc.issues.rules with parameters of type RuleId Modifier and Type Method Description intRuleId. compareTo(RuleId other)Optional<Rule>CompositeRulesCatalog. getRule(RuleId id)Optional<Rule>RulesCatalog. getRule(RuleId id)Returns the rule that has a given id.default booleanRulesCatalog. hasRule(RuleId id)Returnstrueif aRulewith an id is registered.Rule.BuilderRule.Builder. id(RuleId id)Sets the rule id. -
Uses of RuleId in cdc.issues.stats
Methods in cdc.issues.stats that return types with arguments of type RuleId Modifier and Type Method Description Set<RuleId>CheckStats. getRuleIds()Set<RuleId>CheckStats. getRuleIds(I item, CheckResult result)Methods in cdc.issues.stats with parameters of type RuleId Modifier and Type Method Description voidCheckStats. add(I item, RuleId ruleId, CheckResult result)Accumulate data on anitem.intCheckStats. getCounts(RuleId ruleId)Return the number of entries that were accumulated for a givenRuleId.intCheckStats. getCounts(RuleId ruleId, CheckResult result)Return the number of entries that were accumulated for a givenRuleIdwith a certainCheckResult.
-