org.sonar.maven
Class ProfileProvider

java.lang.Object
  extended by org.picocontainer.injectors.ProviderAdapter
      extended by org.sonar.maven.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
 
Constructor Summary
ProfileProvider()
           
 
Method Summary
 RulesProfile provide(MavenPom pom, 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
 

Constructor Detail

ProfileProvider

public ProfileProvider()
Method Detail

provide

public RulesProfile provide(MavenPom pom,
                            ProfilesDao dao)


Copyright © 2009 SonarSource SA. All Rights Reserved.