org.sonar.batch.scan.measure
Class DefaultMetricFinder
java.lang.Object
org.sonar.batch.scan.measure.DefaultMetricFinder
- All Implemented Interfaces:
- MetricFinder, BatchComponent
public class DefaultMetricFinder
- extends Object
- implements MetricFinder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMetricFinder
public DefaultMetricFinder(GlobalReferentials globalReferentials)
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.