OutputStreamReportWriter, TextReportWriter, XmlReportWriter, XslReportWriterpublic interface MetricsReportWriter
MetricsReportWriter writes the source code metrics in a JavaMetrics instance to
a destination of some sort and on a format of some kind.| Modifier and Type | Method | Description |
|---|---|---|
void |
writeReport(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
Write a report for the source code metrics in a
JavaMetrics instance. |
void writeReport(@Nonnull
JavaMetrics pMetrics,
@Nonnull
MetricsReportMetaData pMetaData)
throws java.io.IOException
JavaMetrics instance.pMetrics - The metrics to get the report data from.pMetaData - The report's meta data.java.io.IOException - if writing the report fails.java.lang.NullPointerException - if any of the parameters is null.