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

Packages that use RuleFinder
org.sonar.api.profiles   
org.sonar.batch.index   
org.sonar.core.rule   
org.sonar.plugins.checkstyle   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.findbugs   
org.sonar.plugins.pmd   
org.sonar.server.startup   
 

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.batch.index
 

Constructors in org.sonar.batch.index with parameters of type RuleFinder
MeasurePersister(DatabaseSession session, ResourcePersister resourcePersister, RuleFinder ruleFinder, MemoryOptimizer memoryOptimizer)
           
 

Uses of RuleFinder in org.sonar.core.rule
 

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

Uses of RuleFinder in org.sonar.plugins.checkstyle
 

Constructors in org.sonar.plugins.checkstyle with parameters of type RuleFinder
CheckstyleAuditListener(SensorContext context, Project project, RuleFinder ruleFinder)
           
CheckstyleProfileImporter(RuleFinder ruleFinder)
           
 

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

Constructors in org.sonar.plugins.core.sensors with parameters of type RuleFinder
ManualViolationInjector(ReviewDao reviewDao, RuleFinder ruleFinder)
           
 

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

Constructors in org.sonar.plugins.core.timemachine with parameters of type RuleFinder
ViolationPersisterDecorator(ViolationTrackingDecorator tracker, ResourcePersister persister, RuleFinder ruleFinder, DatabaseSession session)
           
 

Uses of RuleFinder in org.sonar.plugins.findbugs
 

Constructors in org.sonar.plugins.findbugs with parameters of type RuleFinder
FindbugsProfileImporter(RuleFinder ruleFinder)
           
FindbugsSensor(RulesProfile profile, RuleFinder ruleFinder, FindbugsExecutor executor)
           
 

Uses of RuleFinder in org.sonar.plugins.pmd
 

Constructors in org.sonar.plugins.pmd with parameters of type RuleFinder
PmdProfileImporter(RuleFinder ruleFinder)
           
PmdSensor(RulesProfile profile, RuleFinder rulesFinder, PmdExecutor executor)
           
 

Uses of RuleFinder in org.sonar.server.startup
 

Constructors in org.sonar.server.startup with parameters of type RuleFinder
RegisterProvidedProfiles(RuleFinder ruleFinder, DatabaseSessionFactory sessionFactory, RegisterRules registerRulesBefore)
           
RegisterProvidedProfiles(RuleFinder ruleFinder, DatabaseSessionFactory sessionFactory, RegisterRules registerRulesBefore, ProfileDefinition[] definitions)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.