Class Version

java.lang.Object
com.smartgwt.client.Version

public final class Version extends Object
Class that returns meta information like version number, major version, minor version and build date.
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • getSCVersionNumber

      public static String getSCVersionNumber()
    • getVersion

      public static String getVersion()
      Returns:
      the library version
    • getMajor

      public static String getMajor()
      Returns:
      the library major version
    • getMinor

      public static String getMinor()
      Returns:
      the library minor version
    • getPatch

      public static String getPatch()
      Returns:
      the library patch version
    • getBuildDate

      public static Date getBuildDate()
      Returns:
      the library build time