Uses of Interface
org.sonar.api.measures.MetricFinder

Packages that use MetricFinder
org.sonar.api.profiles   
org.sonar.batch   
org.sonar.batch.components   
org.sonar.batch.index   
org.sonar.core.components   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
 

Uses of MetricFinder in org.sonar.api.profiles
 

Constructors in org.sonar.api.profiles with parameters of type MetricFinder
XMLProfileParser(RuleFinder ruleFinder, MetricFinder metricFinder)
          Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
 

Uses of MetricFinder in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type MetricFinder
DefaultTimeMachine(DatabaseSession session, DefaultIndex index, MetricFinder metricFinder)
           
 

Uses of MetricFinder in org.sonar.batch.components
 

Constructors in org.sonar.batch.components with parameters of type MetricFinder
PastMeasuresLoader(DatabaseSession session, MetricFinder metricFinder)
           
 

Uses of MetricFinder in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type MetricFinder
DefaultIndex(PersistenceManager persistence, DefaultResourceCreationLock lock, ProjectTree projectTree, MetricFinder metricFinder)
           
 

Uses of MetricFinder in org.sonar.core.components
 

Classes in org.sonar.core.components that implement MetricFinder
 class CacheMetricFinder
           
 class DefaultMetricFinder
           
 

Uses of MetricFinder in org.sonar.plugins.core.sensors
 

Constructors in org.sonar.plugins.core.sensors with parameters of type MetricFinder
ManualMeasureDecorator(DatabaseSession session, MetricFinder metricFinder)
           
 

Uses of MetricFinder in org.sonar.plugins.core.timemachine
 

Constructors in org.sonar.plugins.core.timemachine with parameters of type MetricFinder
TendencyDecorator(TimeMachine timeMachine, MetricFinder metricFinder, TimeMachineConfiguration configuration)
           
VariationDecorator(PastMeasuresLoader pastMeasuresLoader, MetricFinder metricFinder, TimeMachineConfiguration configuration)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.