public abstract class AbstractRenderer extends AbstractPropertySource implements Renderer
Renderer implementations.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
name |
protected boolean |
showSuppressedViolations |
protected java.io.Writer |
writer |
propertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
AbstractRenderer(java.lang.String name,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
java.lang.String |
getDescription()
Get the description of the Renderer.
|
java.lang.String |
getName()
Gets the name of the property source.
|
java.io.Writer |
getWriter()
Get the Writer for the Renderer.
|
boolean |
isShowSuppressedViolations()
Get the indicator for whether to show suppressed violations.
|
void |
setDescription(java.lang.String description)
Set the description of the Renderer.
|
void |
setName(java.lang.String name)
Set the name of the Renderer.
|
void |
setShowSuppressedViolations(boolean showSuppressedViolations)
Set the indicator for whether to show suppressed violations.
|
void |
setWriter(java.io.Writer writer)
Set the Writer for the Renderer.
|
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultFileExtension, end, renderFileReport, start, startFileAnalysisdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, setProperty, useDefaultValueFor, usesDefaultValuesprotected java.lang.String name
protected java.lang.String description
protected boolean showSuppressedViolations
protected java.io.Writer writer
public AbstractRenderer(java.lang.String name,
java.lang.String description)
public java.lang.String getName()
getName in interface RenderergetName in class AbstractPropertySourcepublic void setName(java.lang.String name)
public java.lang.String getDescription()
getDescription in interface Rendererpublic void setDescription(java.lang.String description)
setDescription in interface Rendererdescription - The description of the Renderer.public boolean isShowSuppressedViolations()
isShowSuppressedViolations in interface Renderertrue if suppressed violations should show,
false otherwise.public void setShowSuppressedViolations(boolean showSuppressedViolations)
setShowSuppressedViolations in interface RenderershowSuppressedViolations - Whether to show suppressed violations.public void setWriter(java.io.Writer writer)
public java.io.Writer getWriter()
Copyright © 2002–2017 PMD. All rights reserved.