Class |
Description |
AbstractHtmlReportWriter
|
Abstract superclass for HTML ReportWriter classes. |
AbstractReportWriter
|
Abstract superclass for ReportWriter implementation classes.
|
BaselineViolation
|
Represents a single violation within a baseline report |
BaselineXmlReportParser
|
Parser for the BaselineXmlReportWriter report |
BaselineXmlReportWriter
|
ReportWriter that generates a baseline XML report. |
CompactTextReportWriter
|
ReportWriter that generates an simple ASCII text report, with one line per violation. |
HtmlReportWriter
|
ReportWriter that generates an HTML report.
|
IdeTextReportWriter
|
ReportWriter that generates an simple ASCII text report, and includes IDE-compatible
(Eclipse, Idea) hyperlinks to source code for violations. |
InlineXmlReportWriter
|
ReportWriter that generates an XML report with inline rule descriptions.
|
JsonReportWriter
|
ReportWriter that generates an JSON report. |
ReportWriterFactory
|
Factory for ReportWriter objects based on the report type (name). |
SortableHtmlReportWriter
|
ReportWriter that generates an HTML report that can be dynamically sorted in multiple ways.
|
TextReportWriter
|
ReportWriter that generates an simple ASCII text report. |
XmlReportUtil
|
Static utility methods for XML Report Writers |
XmlReportWriter
|
ReportWriter that generates an XML report. |