org.sonar.batch.scan.measure
Class DeprecatedMetricFinder
java.lang.Object
org.sonar.batch.scan.measure.DeprecatedMetricFinder
- All Implemented Interfaces:
- MetricFinder, ServerComponent, TaskComponent
public final class DeprecatedMetricFinder
- extends Object
- implements MetricFinder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedMetricFinder
public DeprecatedMetricFinder(GlobalReferentials globalReferentials)
findById
public Metric findById(int metricId)
- Specified by:
findById in interface MetricFinder
findByKey
public Metric findByKey(String key)
- Specified by:
findByKey in interface MetricFinder
findAll
public Collection<Metric> findAll(List<String> metricKeys)
- Specified by:
findAll in interface MetricFinder
findAll
public Collection<Metric> findAll()
- Specified by:
findAll in interface MetricFinder
Copyright © 2009–2015 SonarSource. All rights reserved.