Package net.sourceforge.pmd.lang.metrics
Class MetricKeyUtil
- java.lang.Object
-
- net.sourceforge.pmd.lang.metrics.MetricKeyUtil
-
public final class MetricKeyUtil extends Object
Holds the key creation method until we move it to the MetricKey interface.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Node>
MetricKey<T>of(String name, Metric<T> metric)
Creates a new metric key from its metric and name.
-