|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.Version
MMBase version reporter. The only goal of this class is providing the current version of MMBase. The function 'get' will return it as one String.
| Constructor Summary | |
Version()
|
|
| Method Summary | |
static java.lang.String |
get()
Returns the version of this MMBase. |
static java.lang.String |
getBuildDate()
Returns the build date of this MMBase. |
static int |
getMajor()
Returns the major version number of this MMBase. |
static int |
getMinor()
Returns the minor version number of this MMBase. |
static java.lang.String |
getName()
Returns the 'name' part of the MMBase version. |
static java.lang.String |
getNumber()
Returns the version number of this MMBase. |
static int |
getPatchLevel()
Returns the patch level numer of this MMBase. |
static java.lang.String |
getReleaseStatus()
A String describing the status of this release. |
static boolean |
isRelease()
Returns if this is a release version of MMBase. |
static void |
main(java.lang.String[] args)
Prints the version of this mmbase on stdout. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Version()
| Method Detail |
public static java.lang.String getName()
public static int getMajor()
public static int getMinor()
public static int getPatchLevel()
public static java.lang.String getBuildDate()
public static java.lang.String getNumber()
public static boolean isRelease()
public static java.lang.String getReleaseStatus()
public static java.lang.String get()
public static void main(java.lang.String[] args)
java -jar mmbase.jar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||