org.sonar.plugins.pmd
Class PmdConfiguration

java.lang.Object
  extended by org.sonar.plugins.pmd.PmdConfiguration
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class PmdConfiguration
extends Object
implements BatchExtension


Constructor Summary
PmdConfiguration(PmdProfileExporter pmdRulesRepository, RulesProfile rulesProfile, Project project)
           
 
Method Summary
 List<String> getRulesets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PmdConfiguration

public PmdConfiguration(PmdProfileExporter pmdRulesRepository,
                        RulesProfile rulesProfile,
                        Project project)
Method Detail

getRulesets

public List<String> getRulesets()


Copyright © 2009-2012 SonarSource. All Rights Reserved.