Interface Version


public interface Version
Methods for obtaining version information.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static String
    Returns the version encoded as a string.
    static int
    Returns the major version number.
    static int
    Returns the micro version number.
    static int
    Returns the minor version number.
    static String
    Returns the release type.
    static String
    Returns the version string.
  • Method Details

    • getVersion

      static String getVersion()
      Returns the version string.
      Returns:
      the version string
    • getMajor

      static int getMajor()
      Returns the major version number.
      Returns:
      the major version number
    • getMinor

      static int getMinor()
      Returns the minor version number.
      Returns:
      the minor version number
    • getMicro

      static int getMicro()
      Returns the micro version number.
      Returns:
      the micro version number
    • getCode

      static String getCode()
      Returns the version encoded as a string.
      Returns:
      the version encoded as a string
    • getReleaseType

      static String getReleaseType()
      Returns the release type.
      Returns:
      the release type