Class Version


  • public class Version
    extends Object
    Version information. Remarks: Note that this class is static.
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getMajor

        public static int getMajor()
        The major version
      • getMinor

        public static int getMinor()
        The minor version
      • getBuild

        public static int getBuild()
        The build version
      • getRevision

        public static int getRevision()
        The revision
      • getFullVersion

        public static String getFullVersion()
        A full version string
      • getString

        public static String getString()
        A string representation of the version information.