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

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

Uses of ActiveRule in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return ActiveRule
 ActiveRule RulesProfile.getActiveRule(java.lang.String pluginKey, java.lang.String ruleKey)
           
 

Methods in ch.hortis.sonar.model that return types with arguments of type ActiveRule
 java.util.List<ActiveRule> RulesProfile.getActiveRules()
           
 java.util.List<ActiveRule> RulesProfile.getActiveRules(RuleFailureLevel level)
           
 java.util.List<ActiveRule> RulesProfile.getActiveRulesByPlugin(java.lang.String pluginKey)
           
 

Method parameters in ch.hortis.sonar.model with type arguments of type ActiveRule
 void RulesProfile.setActiveRules(java.util.List<ActiveRule> activeRules)
           
 

Uses of ActiveRule in org.sonar.commons.rules
 

Methods in org.sonar.commons.rules that return ActiveRule
 ActiveRule ActiveRuleParam.getActiveRule()
           
 

Methods in org.sonar.commons.rules with parameters of type ActiveRule
 void ActiveRuleParam.setActiveRule(ActiveRule activeRule)
           
 void RulesDao.synchronizeRuleOfActiveRule(ActiveRule activeRule, java.lang.String pluginKey)
           
 

Method parameters in org.sonar.commons.rules with type arguments of type ActiveRule
 void RulesDao.addActiveRulesToProfile(java.util.List<ActiveRule> activeRules, int profileId, java.lang.String pluginKey)
           
 

Constructors in org.sonar.commons.rules with parameters of type ActiveRule
ActiveRuleParam(ActiveRule activeRule, RuleParam ruleParam, java.lang.String value)
           
 

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

Methods in org.sonar.plugins.api.rules that return types with arguments of type ActiveRule
 java.util.List<ActiveRule> ConfigurationImportable.importConfiguration(java.lang.String configuration, java.util.List<Rule> rules)
           
 

Method parameters in org.sonar.plugins.api.rules with type arguments of type ActiveRule
protected  void StandardProfileXmlParser.buildActiveRulesFromProfile(Profile profile, java.util.List<ActiveRule> activeRules)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.