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


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

Field Detail

PROPERTY_GENERATE_XML

public static final String PROPERTY_GENERATE_XML
See Also:
Constant Field Values
Constructor Detail

PmdConfiguration

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

getRulesets

public List<String> getRulesets()

getTargetXMLReport

public File getTargetXMLReport()


Copyright © 2009-2012 SonarSource. All Rights Reserved.