|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleParam | |
|---|---|
| org.sonar.api.rules | |
| Uses of RuleParam in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return RuleParam | |
|---|---|
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)
|
| Methods in org.sonar.api.rules that return types with arguments of type RuleParam | |
|---|---|
List<RuleParam> |
Rule.getParams()
|
| Methods in org.sonar.api.rules with parameters of type RuleParam | |
|---|---|
void |
ActiveRuleParam.setRuleParam(RuleParam ruleParam)
Deprecated. visibility should be decreased to protected or package |
| Method parameters in org.sonar.api.rules with type arguments of type RuleParam | |
|---|---|
Rule |
Rule.setParams(List<RuleParam> params)
Sets the rule parameters |
| Constructors in org.sonar.api.rules with parameters of type RuleParam | |
|---|---|
ActiveRuleParam(ActiveRule activeRule,
RuleParam ruleParam,
String value)
Deprecated. visibility should be decreased to protected or package |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||