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

Packages that use ActiveRule
org.sonar.api.checks   
org.sonar.api.profiles   
org.sonar.api.rules   
 

Uses of ActiveRule in org.sonar.api.checks
 

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

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

Uses of ActiveRule in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return ActiveRule
 ActiveRule RulesProfile.activateRule(Rule rule, RulePriority optionalSeverity)
           
 ActiveRule RulesProfile.getActiveRule(Rule rule)
          Note: disabled rules are excluded.
 ActiveRule RulesProfile.getActiveRule(String repositoryKey, String ruleKey)
          Note: disabled rules are excluded.
 ActiveRule RulesProfile.getActiveRuleByConfigKey(String repositoryKey, String configKey)
          Note: disabled rules are excluded.
 

Methods in org.sonar.api.profiles that return types with arguments of type ActiveRule
 List<ActiveRule> RulesProfile.getActiveRules()
           
 List<ActiveRule> RulesProfile.getActiveRules(boolean acceptDisabledRules)
           
 List<ActiveRule> RulesProfile.getActiveRules(RulePriority severity)
          Note: disabled rules are excluded.
 List<ActiveRule> RulesProfile.getActiveRulesByPlugin(String repositoryKey)
          Deprecated. since 2.3 use RulesProfile.getActiveRulesByRepository(String) instead.
 List<ActiveRule> RulesProfile.getActiveRulesByRepository(String repositoryKey)
          Get the active rules of a specific repository.
 

Methods in org.sonar.api.profiles with parameters of type ActiveRule
 RulesProfile RulesProfile.addActiveRule(ActiveRule activeRule)
           
 RulesProfile RulesProfile.removeActiveRule(ActiveRule activeRule)
           
 

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 with parameters of type ActiveRule
static Violation Violation.create(ActiveRule activeRule, Resource resource)
          Deprecated.  
 void ActiveRuleParam.setActiveRule(ActiveRule activeRule)
          Deprecated. visibility should be decreased to protected or package
 

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
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.