MetricsReportWriterpublic class XmlReportWriter extends OutputStreamReportWriter
OutputStream.| Constructor | Description |
|---|---|
XmlReportWriter(java.io.OutputStream pOutputStream) |
Create a new
XmlReportWriter that uses UTF-8 as encoding. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
writeReportContents(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
Write the report's contents to the underlying stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecreaseIndentationLevel, flush, increaseIndentationLevel, write, write, write, writeIndentation, writeLineBreak, writeReportpublic XmlReportWriter(@Nonnull
java.io.OutputStream pOutputStream)
XmlReportWriter that uses UTF-8 as encoding.pOutputStream - The stream to write the report to.java.lang.NullPointerException - if pOutputStream is null.protected void writeReportContents(@Nonnull
JavaMetrics pMetrics,
@Nonnull
MetricsReportMetaData pMetaData)
OutputStreamReportWriterwriteReportContents in class OutputStreamReportWriterpMetrics - The metrics to get the report data from.pMetaData - The report's meta data.