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, startSection, startTable, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimSource, verbatimText
public 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.MavenReportRenderer
getTitle
in class org.apache.maven.reporting.AbstractMavenReportRenderer
protected void renderBody()
renderBody
in class org.apache.maven.reporting.AbstractMavenReportRenderer
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.