public class PmdReportRenderer
extends org.apache.maven.reporting.AbstractMavenReportRenderer
| Constructor and Description |
|---|
PmdReportRenderer(org.apache.maven.plugin.logging.Log log,
org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
Map<File,PmdFileInfo> files,
Collection<Violation> violations,
boolean renderRuleViolationPriority,
boolean renderViolationsByPriority,
boolean aggregate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
protected void |
renderBody() |
void |
setProcessingErrors(Collection<ProcessingError> processingErrors) |
void |
setSuppressedViolations(Collection<SuppressedViolation> suppressedViolations) |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimTextpublic PmdReportRenderer(org.apache.maven.plugin.logging.Log log,
org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
Map<File,PmdFileInfo> files,
Collection<Violation> violations,
boolean renderRuleViolationPriority,
boolean renderViolationsByPriority,
boolean aggregate)
public void setSuppressedViolations(Collection<SuppressedViolation> suppressedViolations)
public void setProcessingErrors(Collection<ProcessingError> processingErrors)
public String getTitle()
getTitle in interface org.apache.maven.reporting.MavenReportRenderergetTitle in class org.apache.maven.reporting.AbstractMavenReportRendererprotected void renderBody()
renderBody in class org.apache.maven.reporting.AbstractMavenReportRendererCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.