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 java.util.Map<java.lang.String,java.lang.String> |
propertyDefinitions
Deprecated.
|
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 |
|---|---|
protected void |
defineProperty(java.lang.String name,
java.lang.String description)
Deprecated.
|
void |
flush() |
java.lang.String |
getDescription()
Get the description of the Renderer.
|
java.lang.String |
getName()
Gets the name of the property source.
|
java.util.Map<java.lang.String,java.lang.String> |
getPropertyDefinitions()
Deprecated.
|
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, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultFileExtension, end, renderFileReport, start, startFileAnalysisdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuesprotected java.lang.String name
protected java.lang.String description
@Deprecated protected java.util.Map<java.lang.String,java.lang.String> propertyDefinitions
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.@Deprecated public java.util.Map<java.lang.String,java.lang.String> getPropertyDefinitions()
getPropertyDefinitions in interface Renderer@Deprecated
protected void defineProperty(java.lang.String name,
java.lang.String description)
name - The property name.description - The description of the property.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-2014 InfoEther. All Rights Reserved.