public class ProjectModule extends Module
| Constructor and Description |
|---|
ProjectModule(Project project,
boolean dryRun) |
| 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()
Analyze project
|
addAdapter, addCoreSingleton, addExtension, declareExtension, doStop, getComponentByKey, getComponentByType, getComponents, init, install, installChild, start, stop, uninstallChildpublic ProjectModule(Project project, boolean dryRun)
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.