Package cdc.issues.rules
Class ProfileImpl
java.lang.Object
cdc.issues.rules.ProfileImpl
- All Implemented Interfaces:
LabelsItem,MetasItem,Profile
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdc.issues.rules.Profile
Profile.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfiguredRule(Rule rule) getMetas()getName()getRules()booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.issues.rules.Profile
getCustomizedSeverity, getEffectiveSeverity, getEnabledRules, getParams, getRuleConfig, isEnabled
-
Constructor Details
-
ProfileImpl
-
-
Method Details
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceProfile- Returns:
- The profile description.
-
getMetas
-
getLabels
- Specified by:
getLabelsin interfaceLabelsItem- Returns:
- The labels associated to this item.
-
getRule
-
getRules
-
hasRule
-
getProfileConfig
- Specified by:
getProfileConfigin interfaceProfile
-
hasRule
-
getConfiguredRule
- Specified by:
getConfiguredRulein interfaceProfile- Parameters:
rule- The rule.- Returns:
- The configured rule corresponding to
rule.
-