Uses of Class
org.sonar.api.rules.RulesCategory

Packages that use RulesCategory
org.sonar.api.database.daos   
org.sonar.api.rules   
 

Uses of RulesCategory in org.sonar.api.database.daos
 

Methods in org.sonar.api.database.daos that return RulesCategory
 RulesCategory RulesDao.getCategory(String key)
          Deprecated.  
 

Methods in org.sonar.api.database.daos that return types with arguments of type RulesCategory
 List<RulesCategory> RulesDao.getCategories()
          Deprecated.  
 

Methods in org.sonar.api.database.daos with parameters of type RulesCategory
 List<Rule> RulesDao.getRulesByCategory(RulesCategory categ)
          Deprecated.  
 

Uses of RulesCategory in org.sonar.api.rules
 

Fields in org.sonar.api.rules declared as RulesCategory
static RulesCategory Iso9126RulesCategories.EFFICIENCY
          Deprecated.  
static RulesCategory Iso9126RulesCategories.MAINTAINABILITY
          Deprecated.  
static RulesCategory Iso9126RulesCategories.PORTABILITY
          Deprecated.  
static RulesCategory Iso9126RulesCategories.RELIABILITY
          Deprecated.  
static RulesCategory Iso9126RulesCategories.USABILITY
          Deprecated.  
 

Fields in org.sonar.api.rules with type parameters of type RulesCategory
static List<RulesCategory> Iso9126RulesCategories.ALL
          Deprecated.  
 

Methods in org.sonar.api.rules that return RulesCategory
static RulesCategory RulesCategory.fromIsoCategory(IsoCategory iso)
          Deprecated.  
 RulesCategory Rule.getRulesCategory()
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 

Methods in org.sonar.api.rules with parameters of type RulesCategory
 Rule Rule.setRulesCategory(RulesCategory rulesCategory)
          Deprecated. since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
 

Constructors in org.sonar.api.rules with parameters of type RulesCategory
Rule(String name, String key, RulesCategory rulesCategory, String pluginName, String description)
          Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String pluginKey, String key, String name, RulesCategory rulesCategory, RulePriority severity)
          Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String name, String key, String configKey, RulesCategory rulesCategory, String pluginName, String description)
          Deprecated. since 2.3. Use the factory method Rule.create()
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.