org.sonar.batch.bootstrap
Class BootstrapModule

java.lang.Object
  extended by org.sonar.batch.bootstrap.Module
      extended by org.sonar.batch.bootstrap.BootstrapModule

public class BootstrapModule
extends Module

Level 1 components


Constructor Summary
BootstrapModule(ProjectReactor reactor, Object... boostrapperComponents)
           
 
Method Summary
protected  void configure()
          Implementation of this method must not contain conditional logic and just should contain several invocations of Module.addCoreSingleton(Object), Module.addExtension(org.sonar.api.platform.PluginMetadata, Object) or Module.addAdapter(ComponentAdapter).
protected  void doStart()
           
 
Methods inherited from class org.sonar.batch.bootstrap.Module
addAdapter, addCoreSingleton, addExtension, declareExtension, doStop, getComponentByKey, getComponentByType, getComponents, init, install, installChild, start, stop, uninstallChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapModule

public BootstrapModule(ProjectReactor reactor,
                       Object... boostrapperComponents)
Method Detail

configure

protected void configure()
Description copied from class: Module
Implementation of this method must not contain conditional logic and just should contain several invocations of Module.addCoreSingleton(Object), Module.addExtension(org.sonar.api.platform.PluginMetadata, Object) or Module.addAdapter(ComponentAdapter).

Specified by:
configure in class Module

doStart

protected void doStart()
Overrides:
doStart in class Module


Copyright © 2009-2012 SonarSource. All Rights Reserved.