Package com.flowable.policy.engine
Class PolicyEngineVersion
java.lang.Object
com.flowable.policy.engine.PolicyEngineVersion
public final class PolicyEngineVersion
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static java.lang.String
getVersion()
Return the full version string of the present Engage engine codebase, ornull
if it cannot be determined.
-
Method Details
-
getVersion
public static java.lang.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()
-