Uses of Class
ch.hortis.sonar.model.RulesCategory

Packages that use RulesCategory
ch.hortis.sonar.model   
org.sonar.commons.rules   
org.sonar.core.rules   
org.sonar.plugins.api.rules   
 

Uses of RulesCategory in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return RulesCategory
 RulesCategory Rule.getRulesCategory()
           
 

Methods in ch.hortis.sonar.model with parameters of type RulesCategory
 void Rule.setRulesCategory(RulesCategory rulesCategory)
           
 

Constructors in ch.hortis.sonar.model 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.commons.rules
 

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

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)
           
 

Uses of RulesCategory in org.sonar.core.rules
 

Methods in org.sonar.core.rules that return RulesCategory
protected  RulesCategory RulesRepositorySynchronizer.getValidCategory(Rule rule, java.lang.String plugin)
           
 

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 © 2008 SonarSource SA. All Rights Reserved.