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

Packages that use RulesCategory
org.sonar.commons.rules   
org.sonar.plugins.api.rules   
 

Uses of RulesCategory in org.sonar.commons.rules
 

Methods in org.sonar.commons.rules that return RulesCategory
 RulesCategory RulesDao.getCategory(java.lang.String key)
           
 RulesCategory Rule.getRulesCategory()
           
 

Methods in org.sonar.commons.rules that return types with arguments of type RulesCategory
 java.util.List<RulesCategory> RulesDao.getCategories()
           
 

Methods in org.sonar.commons.rules with parameters of type RulesCategory
 java.util.List<Rule> RulesDao.getRulesByCategory(RulesCategory categ)
           
 void Rule.setRulesCategory(RulesCategory rulesCategory)
           
 

Constructors in org.sonar.commons.rules with parameters of type RulesCategory
Rule(java.lang.String name, java.lang.String key, RulesCategory rulesCategory, java.lang.String pluginName, java.lang.String description)
           
Rule(java.lang.String name, java.lang.String key, java.lang.String configKey, RulesCategory rulesCategory, java.lang.String pluginName, java.lang.String description)
           
 

Uses of RulesCategory in org.sonar.plugins.api.rules
 

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

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



Copyright © 2009 SonarSource SA. All Rights Reserved.