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

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

Uses of ActiveRule in org.sonar.api.checks
 

Methods in org.sonar.api.checks that return ActiveRule
 ActiveRule CheckFactory.getActiveRule(CHECK check)
           
 

Methods in org.sonar.api.checks with parameters of type ActiveRule
protected  Object AnnotationCheckFactory.createCheck(ActiveRule activeRule)
           
 CHECK CheckFactory.getCheck(ActiveRule activeRule)
           
 

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)
          Deprecated.  
 

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

Uses of ActiveRule in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return ActiveRule
 ActiveRule RulesProfile.activateRule(Rule rule, RulePriority optionalPriority)
           
 ActiveRule RulesProfile.getActiveRule(Rule rule)
           
 ActiveRule RulesProfile.getActiveRule(String repositoryKey, String ruleKey)
           
 ActiveRule RulesProfile.getActiveRuleByConfigKey(String repositoryKey, String configKey)
           
 

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 repositoryKey)
          Deprecated. since 2.3. Use getActiveRulesByRepository().
 List<ActiveRule> RulesProfile.getActiveRulesByRepository(String repositoryKey)
           
 

Method parameters in org.sonar.api.profiles with type arguments of type ActiveRule
 void RulesProfile.setActiveRules(List<ActiveRule> activeRules)
          Set 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()
           
 ActiveRule ActiveRule.setParameter(String key, String value)
           
 

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

Methods in org.sonar.api.rules with parameters of type ActiveRule
static Violation Violation.create(ActiveRule activeRule, Resource resource)
           
 void ActiveRuleParam.setActiveRule(ActiveRule activeRule)
          Deprecated. visibility should be decreased to protected or package
 

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

Constructors in org.sonar.api.rules with parameters of type ActiveRule
ActiveRuleParam(ActiveRule activeRule, RuleParam ruleParam, String value)
          Deprecated. visibility should be decreased to protected or package
 

Uses of ActiveRule in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao with parameters of type ActiveRule
 void RulesDao.synchronizeRuleOfActiveRule(ActiveRule activeRule, String pluginKey)
           
 

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.