|
||||||||||
| 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 String |
get()
Returns the version of this MMBase. |
static 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 String |
getName()
Returns the 'name' part of the MMBase version. |
static String |
getNumber()
Returns the version number of this MMBase. |
static int |
getPatchLevel()
Returns the patch level number of this MMBase. |
static 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(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 String getName()
public static int getMajor()
public static int getMinor()
public static int getPatchLevel()
public static String getBuildDate()
public static String getNumber()
public static boolean isRelease()
public static String getReleaseStatus()
public static String get()
public static void main(String[] args)
java -jar mmbase.jar
- Parameters:
args - command line args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||