|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.common.Version
This class allows to query the current version of the released software. The release number is assambled by MAJOR.MINOR.PATCH
| Field Summary | |
static int |
MAJOR
The major release number |
static int |
MINOR
The minor release number |
static int |
PATCH
The patchlevel of the current release |
| Constructor Summary | |
Version()
|
|
| Method Summary | |
static int |
getMajor()
Returns the major release number |
static int |
getMinor()
Returns the minor release number |
static int |
getPatch()
Returns the patch level |
static String |
getVersion()
Retruns the current version as string in the form MAJOR.MINOR.PATCH |
static void |
main(String[] args)
Returns the version for the Java CoG Kit as a readble string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MAJOR
public static final int MINOR
public static final int PATCH
| Constructor Detail |
public Version()
| Method Detail |
public static String getVersion()
public static int getMajor()
public static int getMinor()
public static int getPatch()
public static void main(String[] args)
args -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||