public class DefaultMetricFinder extends Object implements MetricFinder
| Constructor and Description |
|---|
DefaultMetricFinder(DatabaseSessionFactory sessionFactory) |
public DefaultMetricFinder(DatabaseSessionFactory sessionFactory)
public Metric findById(int id)
findById in interface MetricFinderpublic Metric findByKey(String key)
findByKey in interface MetricFinderpublic Collection<Metric> findAll(List<String> metricKeys)
findAll in interface MetricFinderpublic Collection<Metric> findAll()
findAll in interface MetricFinderprotected Collection<Metric> doFindAll()
Copyright © 2009-2012 SonarSource. All Rights Reserved.