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