Class CockpitContainerBootstrap.CockpitEnvironment
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.CockpitEnvironment
-
- Enclosing class:
- CockpitContainerBootstrap
protected static class CockpitContainerBootstrap.CockpitEnvironment extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CockpitEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RuntimeContainerDelegate
getContainerRuntimeDelegate()
void
setup()
void
tearDown()
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
setup
public void setup()
-
getContainerRuntimeDelegate
protected RuntimeContainerDelegate getContainerRuntimeDelegate()
-
-