Class JUMPVersion


  • public class JUMPVersion
    extends Object
    JUMP version information.

    Versions consist of a 3-part version number: major.minor.patch An optional release status string may be present in the string version of the version.

    • Field Detail

      • CURRENT_VERSION

        public static final String CURRENT_VERSION
        The current version string of the OJ.
    • Constructor Detail

      • JUMPVersion

        public JUMPVersion()
    • Method Detail

      • toString

        public String toString()
        Gets the full version number, suitable for display.
        Overrides:
        toString in class Object
        Returns:
        the full version number, suitable for display.
      • getVersionNumber

        public static String getVersionNumber()
      • getRelease

        public static String getRelease()
      • getRevision

        public static String getRevision()