|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cern.colt.Version
Information about the current release. Use this class to distinguish releases and base runtime decisions upon. Versions are of the form Major.Minor.Micro.Build, e.g. 1.0.0.52
You can most easily display version info by running java cern.colt.Version.
Method Summary | |
static String |
asString()
Returns all version information as string. |
static String |
getBuildTime()
Returns the time this release was build; for example "Tue Apr 11 11:50:39 CEST 2000". |
static int |
getBuildVersion()
Returns the build version of this release. |
static int |
getMajorVersion()
Returns the major version of this release. |
static int |
getMicroVersion()
Returns the micro version of this release. |
static int |
getMinorVersion()
Returns the minor version of this release. |
static void |
main(String[] args)
Prints asString on System.out. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static String asString()
public static String getBuildTime()
public static int getBuildVersion()
public static int getMajorVersion()
public static int getMicroVersion()
public static int getMinorVersion()
public static void main(String[] args)
args
- ignored.
|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |