Uses of Class
cdc.issues.rules.RuleId
-
Packages that use RuleId Package Description cdc.issues cdc.issues.rules -
-
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)Constructors in cdc.issues with parameters of type RuleId Constructor Description IssueId(RuleId ruleId, Params params, Location... locations)Deprecated, for removal: This API element is subject to removal in a future version.IssueId(RuleId ruleId, Params params, String project, Location... locations)Deprecated, for removal: This API element is subject to removal in a future version. -
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.Constructors in cdc.issues.rules with parameters of type RuleId Constructor Description Rule(RuleId id, Set<IssueSeverity> severities, String description, FormalParams params)
-