org.sonar.api.batch
Class BatchExtensionDictionnary

java.lang.Object
  extended by org.sonar.api.batch.BatchExtensionDictionnary

public class BatchExtensionDictionnary
extends Object

Since:
1.11

Constructor Summary
BatchExtensionDictionnary(IocContainer iocContainer)
           
BatchExtensionDictionnary(org.picocontainer.MutablePicoContainer picoContainer)
           
 
Method Summary
protected  List evaluateAnnotatedClasses(Object extension, Class annotation)
           
protected  Phase.Name evaluatePhase(Object extension)
           
<T> List
getDependents(T extension)
          Objects that depend upon this extension.
<T> Collection<T>
select(Class<T> type)
           
<T> Collection<T>
select(Class<T> type, Project project, boolean sort)
           
 Collection<MavenPluginHandler> selectMavenPluginHandlers(Project project)
           
<T> Collection<T>
sort(Collection<T> extensions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchExtensionDictionnary

public BatchExtensionDictionnary(IocContainer iocContainer)

BatchExtensionDictionnary

public BatchExtensionDictionnary(org.picocontainer.MutablePicoContainer picoContainer)
Method Detail

select

public <T> Collection<T> select(Class<T> type)

select

public <T> Collection<T> select(Class<T> type,
                                Project project,
                                boolean sort)

selectMavenPluginHandlers

public Collection<MavenPluginHandler> selectMavenPluginHandlers(Project project)

sort

public <T> Collection<T> sort(Collection<T> extensions)

getDependents

public <T> List getDependents(T extension)
Objects that depend upon this extension.


evaluateAnnotatedClasses

protected List evaluateAnnotatedClasses(Object extension,
                                        Class annotation)

evaluatePhase

protected Phase.Name evaluatePhase(Object extension)


Copyright © 2009-2011 SonarSource. All Rights Reserved.