org.sonar.batch.bootstrap
Class ProjectModule

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

public class ProjectModule
extends Module


Constructor Summary
ProjectModule(Project project, 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()
          Analyze project
 
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

ProjectModule

public ProjectModule(Project project,
                     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()
Analyze project

Overrides:
doStart in class Module


Copyright © 2009-2012 SonarSource. All Rights Reserved.