public class BootstrapModule extends Module
| Constructor and Description |
|---|
BootstrapModule(ProjectReactor reactor,
Object... boostrapperComponents) |
| Modifier and Type | Method and Description |
|---|---|
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() |
addAdapter, addCoreSingleton, addExtension, declareExtension, doStop, getComponentByKey, getComponentByType, getComponents, init, install, installChild, start, stop, uninstallChildpublic BootstrapModule(ProjectReactor reactor, Object... boostrapperComponents)
protected void configure()
ModuleModule.addCoreSingleton(Object), Module.addExtension(org.sonar.api.platform.PluginMetadata, Object) or Module.addAdapter(ComponentAdapter).Copyright © 2009-2012 SonarSource. All Rights Reserved.