Package com.flowable.policy.engine
Class PolicyEngineVersion
- java.lang.Object
-
- com.flowable.policy.engine.PolicyEngineVersion
-
public final class PolicyEngineVersion extends Object
-
-
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()
-
-