public class SummaryHTMLRenderer extends AbstractAccumulatingRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
reportdescription, name, showSuppressedViolations, writerpropertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
SummaryHTMLRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultFileExtension()
Return the default filename extension to use.
|
void |
end()
Subclasses should output the
AbstractAccumulatingRenderer.report. |
void |
renderSummary()
Write a Summary HTML table.
|
renderFileReport, start, startFileAnalysisflush, getDescription, getName, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWritercopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuespublic static final java.lang.String NAME
public java.lang.String defaultFileExtension()
Rendererpublic void end()
throws java.io.IOException
AbstractAccumulatingRenderer.report.
This method is at the very end of the Rendering process, after
Renderer.renderFileReport(Report).end in interface Rendererend in class AbstractAccumulatingRendererjava.io.IOExceptionpublic void renderSummary()
throws java.io.IOException
java.io.IOExceptionCopyright © 2002–2018 PMD. All rights reserved.