|
||||||||||
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.AbstractIncrementingRenderer
net.sourceforge.pmd.renderers.XMLRenderer
net.sourceforge.pmd.renderers.XSLTRenderer
public class XSLTRenderer
Renderer to XML format with a XSL Transformation applied.
Field Summary | |
---|---|
static java.lang.String |
NAME
|
static StringProperty |
XSLT_FILENAME
|
Fields inherited from class net.sourceforge.pmd.renderers.XMLRenderer |
---|
ENCODING |
Fields inherited from class net.sourceforge.pmd.renderers.AbstractIncrementingRenderer |
---|
errors, suppressed |
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 | |
---|---|
XSLTRenderer()
|
Method Summary | |
---|---|
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 |
start()
This method is called before any source files are processed. |
Methods inherited from class net.sourceforge.pmd.renderers.XMLRenderer |
---|
renderFileViolations |
Methods inherited from class net.sourceforge.pmd.renderers.AbstractIncrementingRenderer |
---|
renderFileReport, 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 XSLT_FILENAME
Constructor Detail |
---|
public XSLTRenderer()
Method Detail |
---|
public java.lang.String defaultFileExtension()
Renderer
defaultFileExtension
in interface Renderer
defaultFileExtension
in class XMLRenderer
public void start() throws java.io.IOException
start
in interface Renderer
start
in class XMLRenderer
java.io.IOException
public void end() throws java.io.IOException
Renderer.renderFileReport(Report)
.
end
in interface Renderer
end
in class XMLRenderer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |