Uses of Class
cdc.issues.impl.ProfileImpl
-
Uses of ProfileImpl in cdc.issues.impl
Methods in cdc.issues.impl that return ProfileImplModifier and TypeMethodDescriptionAdds a rule if it is not already added.ProfileImpl.apply(ProfileConfig profileConfig) Removes a rule.ProfileImpl.setAllEnabled(boolean enabled) ProfileImpl.setConfig(RuleId ruleId, RuleConfig config) ProfileImpl.setConfig(Rule rule, RuleConfig config) ProfileImpl.setCustomizedSeverity(RuleId ruleId, IssueSeverity customizedSeverity) ProfileImpl.setCustomizedSeverity(Rule rule, IssueSeverity customizedSeverity) ProfileImpl.setDescription(String description) ProfileImpl.setEnabled(RuleId ruleId, boolean enabled) ProfileImpl.setEnabled(Rule rule, boolean enabled) Enables or disables a rule.Methods in cdc.issues.impl that return types with arguments of type ProfileImplMethods in cdc.issues.impl with parameters of type ProfileImpl