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(CHECK check)
           
 

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

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(java.lang.String repositoryKey, java.lang.String ruleKey)
           
 ActiveRule RulesProfile.getActiveRuleByConfigKey(java.lang.String repositoryKey, java.lang.String configKey)
           
 

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

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

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
 

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.