org.sonar.batch
Class ProfileProvider

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

public class ProfileProvider
extends org.picocontainer.injectors.ProviderAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter
org.picocontainer.ComponentAdapter.NOTHING
 
Field Summary
static String PARAM_PROFILE
           
 
Constructor Summary
ProfileProvider()
           
 
Method Summary
 RulesProfile provide(Project project, ProfilesDao dao)
           
 
Methods inherited from class org.picocontainer.injectors.ProviderAdapter
accept, decorateComponentInstance, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentInstance, getComponentKey, getDelegate, getDescriptor, getProvideMethod, useNames, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_PROFILE

public static final String PARAM_PROFILE
See Also:
Constant Field Values
Constructor Detail

ProfileProvider

public ProfileProvider()
Method Detail

provide

public RulesProfile provide(Project project,
                            ProfilesDao dao)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.