|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.AbstractPropertySource
net.sourceforge.pmd.renderers.AbstractRenderer
net.sourceforge.pmd.renderers.AbstractAccumulatingRenderer
net.sourceforge.pmd.renderers.YAHTMLRenderer
public class YAHTMLRenderer
Renderer to another HTML format.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
static StringProperty |
OUTPUT_DIR
|
| Fields inherited from class net.sourceforge.pmd.renderers.AbstractAccumulatingRenderer |
|---|
report |
| Fields inherited from class net.sourceforge.pmd.renderers.AbstractRenderer |
|---|
description, name, propertyDefinitions, showSuppressedViolations, writer |
| Fields inherited from class net.sourceforge.pmd.AbstractPropertySource |
|---|
propertyDescriptors, propertyValuesByDescriptor |
| Constructor Summary | |
|---|---|
YAHTMLRenderer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
defaultFileExtension()
Return the default filename extension to use. |
void |
end()
Subclasses should output the AbstractAccumulatingRenderer.report. |
| Methods inherited from class net.sourceforge.pmd.renderers.AbstractAccumulatingRenderer |
|---|
renderFileReport, start, startFileAnalysis |
| Methods inherited from class net.sourceforge.pmd.renderers.AbstractRenderer |
|---|
defineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWriter |
| Methods inherited from class net.sourceforge.pmd.AbstractPropertySource |
|---|
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pmd.PropertySource |
|---|
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final StringProperty OUTPUT_DIR
| Constructor Detail |
|---|
public YAHTMLRenderer()
| Method Detail |
|---|
public java.lang.String defaultFileExtension()
Renderer
public 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.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||