org.sonar.batch.rule
Class ActiveRulesProvider

java.lang.Object
  extended by org.picocontainer.injectors.ProviderAdapter
      extended by org.sonar.batch.rule.ActiveRulesProvider
All Implemented Interfaces:
org.picocontainer.ComponentAdapter, org.picocontainer.Injector, org.picocontainer.injectors.Provider, org.picocontainer.LifecycleStrategy

public class ActiveRulesProvider
extends org.picocontainer.injectors.ProviderAdapter

Loads the rules that are activated on the Quality profiles used by the current module and build ActiveRules.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
org.picocontainer.ComponentAdapter.NOTHING
 
Constructor Summary
ActiveRulesProvider()
           
 
Method Summary
 ActiveRules provide(ProjectReferentials ref)
           
 
Methods inherited from class org.picocontainer.injectors.ProviderAdapter
accept, decorateComponentInstance, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentInstance, getComponentKey, getDelegate, getDescriptor, getProvideMethod, hasLifecycle, isLazy, start, stop, useNames, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveRulesProvider

public ActiveRulesProvider()
Method Detail

provide

public ActiveRules provide(ProjectReferentials ref)


Copyright © 2009–2015 SonarSource. All rights reserved.