See: Description
| Interface | Description |
|---|---|
| Accumulator | |
| ApiMetrics |
The ApiMetrics interface represents a contract for gathering and managing API metrics.
|
| ApiMetrics.ApiMetricsBuilder |
Interface for a builder that allows constructing an ApiMetrics object.
|
| Metric<T> |
The Metric interface provides a contract for defining metrics
that can be applied to different types like classes, methods, and fields.
|
This package enables users to create customized metrics or utilize standard metrics, aggregate the results through accumulators, and build and execute analysis through the ApiMetricsBuilder.
Example usage might include analyzing code for compliance with specific coding standards, detecting patterns, or generating reports for code quality assurance.
ApiMetrics,
Accumulator,
MetricCopyright © 2024. All rights reserved.