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

Packages that use ActiveRuleParam
org.sonar.api.rules   
 

Uses of ActiveRuleParam in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return ActiveRuleParam
 ActiveRuleParam ActiveRule.getParameter(java.lang.String key)
           
 

Methods in org.sonar.api.rules that return types with arguments of type ActiveRuleParam
 java.util.List<ActiveRuleParam> ActiveRule.getActiveRuleParams()
           
 

Method parameters in org.sonar.api.rules with type arguments of type ActiveRuleParam
 void ActiveRule.setActiveRuleParams(java.util.List<ActiveRuleParam> params)
          Deprecated. use setParameter()
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.