Package com.flowable.action.engine
Class ActionEngineVersion
- java.lang.Object
-
- com.flowable.action.engine.ActionEngineVersion
-
public final class ActionEngineVersion extends Object
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Return the full version string of the present Engage engine codebase, ornull
if it cannot be determined.
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Return the full version string of the present Engage engine codebase, ornull
if it cannot be determined.- Returns:
- the version of Engage Engine or
null
- See Also:
Package.getImplementationVersion()
-
-