Class PlatformEngineVersion


  • public final class PlatformEngineVersion
    extends java.lang.Object
    Author:
    Filip Hrisafov
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion()
      Return the full version string of the present Platform engine codebase, or null if it cannot be determined.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformEngineVersion

        public PlatformEngineVersion()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Return the full version string of the present Platform engine codebase, or null if it cannot be determined.
        Returns:
        the version of Platform Engine or null
        See Also:
        Package.getImplementationVersion()