org.sonar.batch.scan.measure
Class DefaultMetricFinder

java.lang.Object
  extended by org.sonar.batch.scan.measure.DefaultMetricFinder
All Implemented Interfaces:
MetricFinder, BatchComponent

public class DefaultMetricFinder
extends Object
implements MetricFinder


Constructor Summary
DefaultMetricFinder(GlobalReferentials globalReferentials)
           
 
Method Summary
 Collection<Metric> findAll()
           
 Collection<Metric> findAll(List<String> metricKeys)
           
 Metric findByKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMetricFinder

public DefaultMetricFinder(GlobalReferentials globalReferentials)
Method Detail

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.