org.sonar.batch.bootstrap
Class BatchModule
java.lang.Object
org.sonar.batch.bootstrap.Module
org.sonar.batch.bootstrap.BatchModule
public class BatchModule
- extends Module
Level-2 components. Connected to database.
| 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 |
BatchModule
public BatchModule(boolean dryRun)
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.