Class VersionUtils

java.lang.Object
com.axelor.common.VersionUtils

public final class VersionUtils extends Object
Provides helper methods to find version information of axelor projects.
  • Constructor Details

    • VersionUtils

      public VersionUtils()
  • Method Details

    • getVersion

      public static VersionUtils.Version getVersion()
      Get the Axelor SDK version.
      Returns:
      an instance of VersionUtils.Version
    • getBuildDate

      public static String getBuildDate()
      Get the Axelor SDK build date.
      Returns:
      build date
    • getGitHash

      public static String getGitHash()
      Get the Axelor SDK build git hash.
      Returns:
      build git hash