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

Packages that use PmdRuleset
org.sonar.plugins.pmd   
 

Uses of PmdRuleset in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return PmdRuleset
protected  PmdRuleset PmdProfileExporter.createPmdRuleset(List<ActiveRule> activeRules, String profileName)
           
protected  PmdRuleset PmdProfileImporter.parsePmdRuleset(Reader pmdConfigurationFile, ValidationMessages messages)
           
 

Methods in org.sonar.plugins.pmd with parameters of type PmdRuleset
protected  RulesProfile PmdProfileImporter.createRuleProfile(PmdRuleset pmdRuleset, ValidationMessages messages)
           
protected  String PmdProfileExporter.exportPmdRulesetToXml(PmdRuleset pmdRuleset)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.