Method Summary |
|
public static String | get() Returns the version of this MMBase. |
public static String | getBuildDate() Returns the build date of this MMBase. |
public static int | getMajor() Returns the major version number of this MMBase. |
public static int | getMinor() Returns the minor version number of this MMBase. |
public static String | getName() Returns the 'name' part of the MMBase version. |
public static String | getNumber() Returns the version number of this MMBase. |
public static int | getPatchLevel() Returns the patch level number of this MMBase. |
public static String | getReleaseStatus() A String describing the status of this release. |
public static String | getTag() |
public static boolean | isRelease() Returns if this is a release version of MMBase. |
public static void | main(String args) Prints the version of this mmbase on stdout. |