org.sonar.batch.scan2
Class ProjectScanContainer

java.lang.Object
  extended by org.sonar.api.platform.ComponentContainer
      extended by org.sonar.batch.scan2.ProjectScanContainer
All Implemented Interfaces:
BatchComponent, ServerComponent

public class ProjectScanContainer
extends ComponentContainer


Constructor Summary
ProjectScanContainer(ComponentContainer taskContainer)
           
 
Method Summary
protected  void doAfterStart()
           
protected  void doBeforeStart()
           
 
Methods inherited from class org.sonar.api.platform.ComponentContainer
add, addComponent, addExtension, addPicoAdapter, addSingleton, addSingletons, createChild, declareExtension, execute, getChild, getComponentByKey, getComponentByType, getComponentsByType, getParent, getPicoContainer, removeChild, startComponents, stopComponents, stopComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectScanContainer

public ProjectScanContainer(ComponentContainer taskContainer)
Method Detail

doBeforeStart

protected void doBeforeStart()
Overrides:
doBeforeStart in class ComponentContainer

doAfterStart

protected void doAfterStart()
Overrides:
doAfterStart in class ComponentContainer


Copyright © 2009–2015 SonarSource. All rights reserved.