Uses of Class
cdc.issues.rules.Rule
Packages that use Rule
-
Uses of Rule in cdc.issues
Methods in cdc.issues with parameters of type Rule -
Uses of Rule in cdc.issues.rules
Fields in cdc.issues.rules with type parameters of type RuleModifier and TypeFieldDescriptionstatic final Comparator<Rule>Comparator of Rules based on their domain, title and name.static final Comparator<Rule>Rule.ID_COMPARATORComparator of Rules based on their id (domain, name).Methods in cdc.issues.rules that return RuleModifier and TypeMethodDescriptionRule.Builder.build()static RuleRuleUtils.define(String domain, String name, String title, Consumer<RuleDescription.Builder<?>> descriptionBuilder, IssueSeverity severity) static RuleRuleUtils.define(String domain, String name, Consumer<RuleDescription.Builder<?>> descriptionBuilder, IssueSeverity severity) Deprecated, for removal: This API element is subject to removal in a future version.ConfiguredRule.Builder.getRule()ConfiguredRule.getRule()Methods in cdc.issues.rules that return types with arguments of type RuleModifier and TypeMethodDescriptionProfile.getEnabledRules()Profile.getRules()ProfileImpl.getRules()Methods in cdc.issues.rules with parameters of type RuleModifier and TypeMethodDescriptionstatic ConfiguredRule.BuilderProfile.Builder.config(Rule rule, RuleConfig config) Profile.Builder.customizedSeverity(Rule rule, IssueSeverity customizedSeverity) Profile.getConfiguredRule(Rule rule) ProfileImpl.getConfiguredRule(Rule rule) default Optional<IssueSeverity>Profile.getCustomizedSeverity(Rule rule) default IssueSeverityProfile.getEffectiveSeverity(Rule rule) default ParamsReturns the parameters to use for a rule.default RuleConfigProfile.getRuleConfig(Rule rule) default booleanbooleandefault booleanConstructors in cdc.issues.rules with parameters of type Rule