Package cdc.issues.impl
Class ProfileImpl
- java.lang.Object
-
- cdc.issues.impl.ProfileImpl
-
-
Constructor Summary
Constructors Constructor Description ProfileImpl(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileImpldisableRule(Rule rule)ProfileImplenableRule(Rule rule)ProfileImplenableRule(Rule rule, Params params)Set<Rule>getEnabledRules()ParamsgetMetas()StringgetName()ParamsgetRuleParams(Rule rule)ProfileImplsetMetas(Params metas)ProfileImplsetName(String name)
-
-
-
Constructor Detail
-
ProfileImpl
public ProfileImpl(String name)
-
-
Method Detail
-
setName
public ProfileImpl setName(String name)
-
setMetas
public ProfileImpl setMetas(Params metas)
-
enableRule
public ProfileImpl enableRule(Rule rule, Params params)
-
enableRule
public ProfileImpl enableRule(Rule rule)
-
disableRule
public ProfileImpl disableRule(Rule rule)
-
getEnabledRules
public Set<Rule> getEnabledRules()
- Specified by:
getEnabledRulesin interfaceProfile
-
getRuleParams
public Params getRuleParams(Rule rule)
- Specified by:
getRuleParamsin interfaceProfile
-
-