Uses of Class
org.sonar.batch.bootstrap.Module

Packages that use Module
org.sonar.batch.bootstrap   
 

Uses of Module in org.sonar.batch.bootstrap
 

Subclasses of Module in org.sonar.batch.bootstrap
 class BatchModule
          Level-2 components.
 class BootstrapModule
          Level 1 components
 class ProjectModule
           
 

Methods in org.sonar.batch.bootstrap that return Module
 Module Module.init()
           
 Module Module.install(Module module)
          Installs module into this module.
 Module Module.installChild(Module child)
          Installs module into new scope - see http://picocontainer.org/scopes.html
 Module Module.start()
           
 Module Module.stop()
           
 

Methods in org.sonar.batch.bootstrap with parameters of type Module
 void ProjectExtensionInstaller.install(Module module)
           
 Module Module.install(Module module)
          Installs module into this module.
 void BatchExtensionInstaller.install(Module module)
           
 Module Module.installChild(Module child)
          Installs module into new scope - see http://picocontainer.org/scopes.html
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.