org.sonar.batch.bootstrap
Class BatchModule

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

public class BatchModule
extends Module

Level-2 components. Connected to database.


Constructor Summary
BatchModule(boolean dryRun)
           
 
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

BatchModule

public BatchModule(boolean dryRun)
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-2011 SonarSource. All Rights Reserved.