Package org.flowable.common.engine.impl
Class EngineInfo
- java.lang.Object
-
- org.flowable.common.engine.impl.EngineInfo
-
public class EngineInfo extends Object
Represents information about the initialization of the engine.- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description EngineInfo(String name, String resourceUrl, String exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetException()StringgetName()StringgetResourceUrl()
-