org.sonar.api.rules
Class RuleRepository

java.lang.Object
  extended by org.sonar.api.rules.RuleRepository
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

Deprecated. in 4.2. Replaced by org.sonar.api.rule.RuleDefinitions

@Deprecated
public abstract class RuleRepository
extends Object
implements ServerExtension

Since:
2.3

Constructor Summary
protected RuleRepository(String key, String language)
          Deprecated.  
 
Method Summary
abstract  List<Rule> createRules()
          Deprecated.  
 String getKey()
          Deprecated.  
 String getLanguage()
          Deprecated.  
 String getName()
          Deprecated.  
 String getName(boolean useKeyIfEmpty)
          Deprecated.  
 RuleRepository setName(String s)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleRepository

protected RuleRepository(String key,
                         String language)
Deprecated. 
Method Detail

getKey

public final String getKey()
Deprecated. 

getLanguage

public final String getLanguage()
Deprecated. 

getName

public final String getName()
Deprecated. 

getName

public final String getName(boolean useKeyIfEmpty)
Deprecated. 

setName

public final RuleRepository setName(String s)
Deprecated. 

createRules

public abstract List<Rule> createRules()
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.