org.sonar.batch.scan.measure
Class DeprecatedMetricFinder

java.lang.Object
  extended by org.sonar.batch.scan.measure.DeprecatedMetricFinder
All Implemented Interfaces:
MetricFinder, ServerComponent, TaskComponent

public final class DeprecatedMetricFinder
extends Object
implements MetricFinder


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

Constructor Detail

DeprecatedMetricFinder

public DeprecatedMetricFinder(GlobalReferentials globalReferentials)
Method Detail

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.