| Package | Description |
|---|---|
| org.myire.scent.report |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OutputStreamReportWriter |
Abstract base class for writing metrics reports to an
OutputStream. |
class |
TextReportWriter |
A writer of metrics reports on plain text format to an
OutputStream. |
class |
XmlReportWriter |
A writer of metrics reports on XML format to an
OutputStream. |
class |
XslReportWriter |
An
XslReportWriter creates metrics reports by applying an XSL transformation to an
XML report produced by an XmlReportWriter. |