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

Packages that use ActiveRule
org.sonar.api.database.daos   
org.sonar.api.profiles   
org.sonar.api.rules   
 

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

Methods in org.sonar.api.database.daos with parameters of type ActiveRule
 void RulesDao.synchronizeRuleOfActiveRule(ActiveRule activeRule, String pluginKey)
           
 

Method parameters in org.sonar.api.database.daos with type arguments of type ActiveRule
 void RulesDao.addActiveRulesToProfile(List<ActiveRule> activeRules, int profileId, String pluginKey)
           
 

Uses of ActiveRule in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return ActiveRule
 ActiveRule RulesProfile.getActiveRule(Rule rule)
           
 ActiveRule RulesProfile.getActiveRule(String pluginKey, String ruleKey)
           
 

Methods in org.sonar.api.profiles that return types with arguments of type ActiveRule
 List<ActiveRule> RulesProfile.getActiveRules()
           
 List<ActiveRule> RulesProfile.getActiveRules(RulePriority priority)
           
 List<ActiveRule> RulesProfile.getActiveRulesByPlugin(String pluginKey)
           
 

Method parameters in org.sonar.api.profiles with type arguments of type ActiveRule
 void RulesProfile.setActiveRules(List<ActiveRule> activeRules)
           
 

Uses of ActiveRule in org.sonar.api.rules
 

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

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

Methods in org.sonar.api.rules with parameters of type ActiveRule
 void ActiveRuleParam.setActiveRule(ActiveRule activeRule)
           
 

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

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



Copyright © 2009 SonarSource SA. All Rights Reserved.