org.sonar.api.rules
Class RulesManager

java.lang.Object
  extended by org.sonar.api.rules.RulesManager
Direct Known Subclasses:
DefaultRulesManager

Deprecated. since 2.3

@Deprecated
public abstract class RulesManager
extends Object


Constructor Summary
RulesManager()
          Deprecated.  
 
Method Summary
abstract  Rule getPluginRule(String pluginKey, String ruleKey)
          Deprecated. Gets a rule belonging to a defined plugin based on its key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesManager

public RulesManager()
Deprecated. 
Method Detail

getPluginRule

public abstract Rule getPluginRule(String pluginKey,
                                   String ruleKey)
Deprecated. 
Gets a rule belonging to a defined plugin based on its key

Parameters:
pluginKey - the plugin key
ruleKey - the rule key
Returns:
the rule


Copyright © 2009-2011 SonarSource. All Rights Reserved.