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

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

Uses of ActiveRule in org.sonar.commons.rules
 

Methods in org.sonar.commons.rules that return ActiveRule
 ActiveRule ActiveRuleParam.getActiveRule()
           
 ActiveRule RulesProfile.getActiveRule(java.lang.String pluginKey, java.lang.String ruleKey)
           
 

Methods in org.sonar.commons.rules 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)
           
 

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)
           
 void RulesProfile.setActiveRules(java.util.List<ActiveRule> activeRules)
           
 

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.