Uses of Interface
org.sonar.api.rules.RuleFinder

Packages that use RuleFinder
org.sonar.api.profiles   
org.sonar.core.components   
 

Uses of RuleFinder in org.sonar.api.profiles
 

Constructors in org.sonar.api.profiles with parameters of type RuleFinder
AnnotationProfileParser(RuleFinder ruleFinder)
           
XMLProfileParser(RuleFinder ruleFinder)
          Deprecated. since 2.5. Plugins shouldn't directly instantiate this class, because it should be retrieved as an IoC dependency.
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 RuleFinder in org.sonar.core.components
 

Classes in org.sonar.core.components that implement RuleFinder
 class CacheRuleFinder
           
 class DefaultRuleFinder
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.