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, java.lang.String pluginKey)
           
 

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

Uses of ActiveRule in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return ActiveRule
 ActiveRule RulesProfile.getActiveRule(Rule rule)
          THIS METHOD SHOULD NOT BE USED AS CURRENTLY THE PLUGIN KEY CAN NOT BE DETERMINED
 ActiveRule RulesProfile.getActiveRule(java.lang.String pluginKey, java.lang.String ruleKey)
           
 

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

Method parameters in org.sonar.api.profiles with type arguments of type ActiveRule
 void RulesProfile.setActiveRules(java.util.List<ActiveRule> activeRules)
          Sets the list of active rules
 

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
 java.util.List<ActiveRule> ConfigurationImportable.importConfiguration(java.lang.String configuration, java.util.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, java.util.List<ActiveRule> activeRules)
           
 

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.