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