|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.rules.RulesManager
org.sonar.api.rules.DefaultRulesManager
@Deprecated public class DefaultRulesManager
A class to manage and access rules defined in Sonar.
| Constructor Summary | |
|---|---|
DefaultRulesManager(RulesDao dao)
Deprecated. |
|
| Method Summary | |
|---|---|
Rule |
getPluginRule(String pluginKey,
String ruleKey)
Deprecated. Gets a rule belonging to a defined plugin based on its key |
Map<String,Rule> |
getPluginRulesIndexedByKey(String pluginKey)
Deprecated. Gets a list of rules indexed by their key for a given plugin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRulesManager(RulesDao dao)
| Method Detail |
|---|
public Map<String,Rule> getPluginRulesIndexedByKey(String pluginKey)
pluginKey - the plugin key
public Rule getPluginRule(String pluginKey,
String ruleKey)
getPluginRule in class RulesManagerpluginKey - the plugin keyruleKey - the rule key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||