org.sonar.batch.bootstrap
Class TaskContainer
java.lang.Object
org.sonar.api.platform.ComponentContainer
org.sonar.batch.bootstrap.TaskContainer
- All Implemented Interfaces:
- BatchComponent, ServerComponent
public class TaskContainer
- extends ComponentContainer
| 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 |
TaskContainer
public TaskContainer(ComponentContainer parent,
Map<String,String> taskProperties,
Object... components)
doBeforeStart
protected void doBeforeStart()
- Overrides:
doBeforeStart in class ComponentContainer
doAfterStart
public void doAfterStart()
- Overrides:
doAfterStart in class ComponentContainer
Copyright © 2009–2015 SonarSource. All rights reserved.