Package com.vividsolutions.jump
Class JUMPVersion
- java.lang.Object
-
- com.vividsolutions.jump.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 Summary
Fields Modifier and Type Field Description static String
CURRENT_VERSION
The current version string of the OJ.
-
Constructor Summary
Constructors Constructor Description JUMPVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getRelease()
static String
getRevision()
static String
getVersionNumber()
String
toString()
Gets the full version number, suitable for display.
-
-
-
Field Detail
-
CURRENT_VERSION
public static final String CURRENT_VERSION
The current version string of the OJ.
-
-