Class PmdXmlReportReader

java.lang.Object
org.sonar.java.externalreport.PmdXmlReportReader

public class PmdXmlReportReader extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PmdXmlReportReader(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    read(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PmdXmlReportReader

      public PmdXmlReportReader(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader)
  • Method Details