| Package | Description |
|---|---|
| org.myire.scent.collect | |
| org.myire.scent.metrics | |
| org.myire.scent.report |
| Modifier and Type | Method | Description |
|---|---|---|
JavaMetrics |
JavaMetricsCollector.getCollectedMetrics() |
Get the metrics collected in all calls to
collect. |
| Modifier and Type | Method | Description |
|---|---|---|
static AggregatedMetrics |
AggregatedMetrics.of(JavaMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a JavaMetrics to the
aggregation. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MetricsReportWriter.writeReport(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
Write a report for the source code metrics in a
JavaMetrics instance. |
void |
OutputStreamReportWriter.writeReport(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
Write a report for the source code metrics in a
JavaMetrics instance. |
void |
XslReportWriter.writeReport(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
|
protected abstract void |
OutputStreamReportWriter.writeReportContents(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
Write the report's contents to the underlying stream.
|
protected void |
TextReportWriter.writeReportContents(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |
|
protected void |
XmlReportWriter.writeReportContents(JavaMetrics pMetrics,
MetricsReportMetaData pMetaData) |