Uses of Class
org.sonar.plugins.pmd.xml.Rule

Packages that use Rule
org.sonar.plugins.pmd.xml   
 

Uses of Rule in org.sonar.plugins.pmd.xml
 

Methods in org.sonar.plugins.pmd.xml that return types with arguments of type Rule
 java.util.List<Rule> Ruleset.getRules()
           
 

Methods in org.sonar.plugins.pmd.xml with parameters of type Rule
 void Ruleset.addRule(Rule rule)
           
 

Method parameters in org.sonar.plugins.pmd.xml with type arguments of type Rule
 void Ruleset.setRules(java.util.List<Rule> rules)
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.