| Package | Description | 
|---|---|
| org.sonar.api.rules | 
| Modifier and Type | Method and Description | 
|---|---|
RuleParam | 
Rule.createParameter()  | 
RuleParam | 
Rule.createParameter(String key)  | 
RuleParam | 
Rule.getParam(String key)  | 
RuleParam | 
ActiveRuleParam.getRuleParam()  | 
RuleParam | 
RuleParam.setDefaultValue(String s)  | 
RuleParam | 
RuleParam.setDescription(String s)  | 
RuleParam | 
RuleParam.setKey(String key)  | 
RuleParam | 
RuleParam.setType(String type)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<RuleParam> | 
Rule.getParams()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ActiveRuleParam.setRuleParam(RuleParam ruleParam)
Deprecated. 
 
visibility should be decreased to protected or package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Rule | 
Rule.setParams(List<RuleParam> params)
Sets the rule parameters 
 | 
| Constructor and Description | 
|---|
ActiveRuleParam(ActiveRule activeRule,
                              RuleParam ruleParam,
                              String value)
Deprecated. 
 
visibility should be decreased to protected or package 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.