Uses of Class
ch.hortis.sonar.model.ActiveRule

Packages that use ActiveRule
ch.hortis.sonar.model   
org.sonar.commons.rules   
org.sonar.plugins.api   
org.sonar.plugins.checkstyle   
org.sonar.plugins.pmd   
org.sonar.plugins.rules   
 

Uses of ActiveRule in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return ActiveRule
 ActiveRule RulesProfile.getActiveRule(java.lang.String pluginKey, java.lang.String ruleKey)
           
 

Methods in ch.hortis.sonar.model that return types with arguments of type ActiveRule
 java.util.List<ActiveRule> RulesProfile.getActiveRules()
           
 java.util.List<ActiveRule> RulesProfile.getActiveRules(RuleFailureLevel level)
           
 java.util.List<ActiveRule> RulesProfile.getActiveRulesByPlugin(java.lang.String pluginKey)
           
 

Method parameters in ch.hortis.sonar.model with type arguments of type ActiveRule
 void RulesProfile.setActiveRules(java.util.List<ActiveRule> activeRules)
           
 

Uses of ActiveRule in org.sonar.commons.rules
 

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

Methods in org.sonar.commons.rules with parameters of type ActiveRule
 void ActiveRuleParam.setActiveRule(ActiveRule activeRule)
           
 void RulesDao.synchronizeRuleOfActiveRule(ActiveRule activeRule, java.lang.String pluginKey)
           
 

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

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

Uses of ActiveRule in org.sonar.plugins.api
 

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

Uses of ActiveRule in org.sonar.plugins.checkstyle
 

Methods in org.sonar.plugins.checkstyle that return types with arguments of type ActiveRule
 java.util.List<ActiveRule> CheckstyleRulesRepository.importConfiguration(java.lang.String configuration, java.util.List<Rule> rules)
           
 

Method parameters in org.sonar.plugins.checkstyle with type arguments of type ActiveRule
protected  void CheckstyleRulesRepository.buildActiveRulesFromModuleTree(Module moduleTree, java.lang.String modulePath, java.util.List<ActiveRule> activeRules, java.util.List<Rule> rules)
           
protected  Module CheckstyleRulesRepository.buildModuleTree(java.util.List<ActiveRule> activeRules)
           
 

Uses of ActiveRule in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return types with arguments of type ActiveRule
 java.util.List<ActiveRule> PmdRulesRepository.importConfiguration(java.lang.String configuration, java.util.List<Rule> rules)
           
 

Method parameters in org.sonar.plugins.pmd with type arguments of type ActiveRule
protected  void PmdRulesRepository.buildActiveRulesFromModuleTree(Ruleset ruleset, java.util.List<ActiveRule> activeRules, java.util.List<Rule> rules)
           
protected  Ruleset PmdRulesRepository.buildModuleTree(java.util.List<ActiveRule> activeRules)
           
 

Uses of ActiveRule in org.sonar.plugins.rules
 

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



Copyright © 2007-2008 hortis. All Rights Reserved.