public class VBHTMLRenderer extends AbstractIncrementingRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
errors, suppresseddescription, name, propertyDefinitions, showSuppressedViolations, writerpropertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
VBHTMLRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultFileExtension()
Return the default filename extension to use.
|
void |
end()
This method is at the very end of the Rendering process, after
Renderer.renderFileReport(Report). |
void |
renderFileViolations(java.util.Iterator<RuleViolation> violations)
Render a series of
RuleViolations. |
void |
start()
This method is called before any source files are processed.
|
renderFileReport, startFileAnalysisdefineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWritercopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuespublic static final java.lang.String NAME
public java.lang.String defaultFileExtension()
Rendererpublic void start()
throws java.io.IOException
start in interface Rendererstart in class AbstractIncrementingRendererjava.io.IOExceptionpublic void renderFileViolations(java.util.Iterator<RuleViolation> violations) throws java.io.IOException
RuleViolations.renderFileViolations in class AbstractIncrementingRendererviolations - The iterator of violations to render.java.io.IOExceptionpublic void end()
throws java.io.IOException
Renderer.renderFileReport(Report).end in interface Rendererend in class AbstractIncrementingRendererjava.io.IOExceptionCopyright © 2002-2014 InfoEther. All Rights Reserved.