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.patchAn optional release status string may be present in the string version of the version.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENT_VERSIONThe 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 StringgetRelease()static StringgetRevision()static StringgetVersionNumber()StringtoString()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.
-
-