|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.wsrf.utils.Version
This class contains version information of the Java WS Core product. The version number is composed as MAJOR.MINOR.MICRO.
| Field Summary | |
static int |
MAJOR
The major release number |
static int |
MICRO
The micro release number |
static int |
MINOR
The minor release number |
| Constructor Summary | |
Version()
|
|
| Method Summary | |
static int |
getMajor()
Returns the major release number. |
static int |
getMicro()
Returns the micro level. |
static int |
getMinor()
Returns the minor release number. |
static java.lang.String |
getVersion()
Returns the current version as string in the form MAJOR.MINOR.MICRO. |
static void |
main(java.lang.String[] args)
Prints the version of the Java WS Core to the standard output. |
| 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 MICRO
| Constructor Detail |
public Version()
| Method Detail |
public static java.lang.String getVersion()
public static int getMajor()
public static int getMinor()
public static int getMicro()
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||