| Interface | Description |
|---|---|
| MetricsReportWriter |
A
MetricsReportWriter writes the source code metrics in a JavaMetrics instance to
a destination of some sort and on a format of some kind. |
| Class | Description |
|---|---|
| MetricsReportMetaData |
Meta data for a metrics report, such as the time when the report's metrics were collected.
|
| OutputStreamReportWriter |
Abstract base class for writing metrics reports to an
OutputStream. |
| TextReportWriter |
A writer of metrics reports on plain text format to an
OutputStream. |
| XmlReportWriter |
A writer of metrics reports on XML format to an
OutputStream. |
| XslReportWriter |
An
XslReportWriter creates metrics reports by applying an XSL transformation to an
XML report produced by an XmlReportWriter. |