net.sourceforge.pmd.renderers
Class YAHTMLRenderer

java.lang.Object
  extended by net.sourceforge.pmd.AbstractPropertySource
      extended by net.sourceforge.pmd.renderers.AbstractRenderer
          extended by net.sourceforge.pmd.renderers.AbstractAccumulatingRenderer
              extended by net.sourceforge.pmd.renderers.YAHTMLRenderer
All Implemented Interfaces:
PropertySource, Renderer

public class YAHTMLRenderer
extends AbstractAccumulatingRenderer

Renderer to another HTML format.


Field Summary
static 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
 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

NAME

public static final String NAME
See Also:
Constant Field Values

OUTPUT_DIR

public static final StringProperty OUTPUT_DIR
Constructor Detail

YAHTMLRenderer

public YAHTMLRenderer()
Method Detail

defaultFileExtension

public String defaultFileExtension()
Description copied from interface: Renderer
Return the default filename extension to use.

Returns:
String

end

public void end()
         throws IOException
Subclasses should output the AbstractAccumulatingRenderer.report. This method is at the very end of the Rendering process, after Renderer.renderFileReport(Report).

Specified by:
end in interface Renderer
Specified by:
end in class AbstractAccumulatingRenderer
Throws:
IOException


Copyright © 2002-2015 InfoEther. All Rights Reserved.