|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kano.joscar.JoscarTools
Provides a set of methods and fields designed for retrieving information about the joscar library itself.
Field Summary | |
static int |
JOSCAR_VERSION_MAJOR
The "major" version of joscar being used. |
static int |
JOSCAR_VERSION_MINOR
The "minor" version of joscar being used. |
static int |
JOSCAR_VERSION_PATCH
The "patch" version of joscar being used. |
Method Summary | |
static java.lang.String |
getVersionString()
Returns a version string describing the version of joscar loaded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int JOSCAR_VERSION_MAJOR
1
in version 1.2.3
.
public static final int JOSCAR_VERSION_MINOR
2
in version 1.2.3
.
public static final int JOSCAR_VERSION_PATCH
3
in version 1.2.3
.
Method Detail |
public static java.lang.String getVersionString()
"0.9"
or "2.4.6"
.
JOSCAR_VERSION_MAJOR
,
JOSCAR_VERSION_MINOR
,
JOSCAR_VERSION_PATCH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |