| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
PackageMetrics |
JavaMetrics.maybeCreate(java.lang.String pPackageName) |
Get the
PackageMetrics for a package with a specific name. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Iterable<PackageMetrics> |
JavaMetrics.getPackages() |
Get an
Iterable that iterates over the package metrics that have been collected in
this instance. |
| Modifier and Type | Method | Description |
|---|---|---|
AggregatedMetrics |
AggregatedMetrics.add(PackageMetrics pValues) |
Add a
PackageMetrics to this aggregation. |
AggregatedMetrics |
AggregatedMetrics.addChildren(PackageMetrics pValues) |
Add the compilation units of a
PackageMetrics to this aggregation. |
static AggregatedMetrics |
AggregatedMetrics.of(PackageMetrics pValues) |
Create a new
AggregatedMetrics and add the values from a PackageMetrics to
the aggregation. |
static AggregatedMetrics |
AggregatedMetrics.ofChildren(PackageMetrics pValues) |
Create a new
AggregatedMetrics and add values from the compilation units of a
PackageMetrics to the aggregation. |