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