Package org.sonar.java.externalreport
Class PmdXmlReportReader
java.lang.Object
org.sonar.java.externalreport.PmdXmlReportReader
-
Constructor Summary
ConstructorsConstructorDescriptionPmdXmlReportReader(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader) -
Method Summary
-
Constructor Details
-
PmdXmlReportReader
public PmdXmlReportReader(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader)
-
-
Method Details
-
read
public static void read(org.sonar.api.batch.sensor.SensorContext context, File reportFile, org.sonarsource.analyzer.commons.ExternalRuleLoader ruleLoader) throws XMLStreamException, IOException - Throws:
XMLStreamExceptionIOException
-