Package org.bonitasoft.engine
Class EngineInitializer
java.lang.Object
org.bonitasoft.engine.EngineInitializer
Initialize the engine and create/start or not the platform based on bonita-platform.xml
properties used are:
platform.create -- create the platform on startup
node.start -- start the platform (node) on startup
node.stop -- stop the platform (node) on shutdown
- Author:
- Baptiste Mesta
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidprotected org.bonitasoft.engine.api.PlatformAPIvoid
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
EngineInitializer
public EngineInitializer()
-
-
Method Details