Method Summary |
|
public String | getBuildDate() Returns the build date for this version. |
public String | getBuildID() Returns the build identifier for this version. |
public String | getBuildJVM() |
public String | getBuildNumber() Returns the build number for this version. |
public String | getBuildOS() |
public String | getCvsTag() Returns the CVS tag of the version. |
public static Version | getInstance() Get the single Version instance. |
public int | getMajor() Returns the major number of the version. |
public int | getMinor() Returns the minor number of the version. |
public String | getName() Returns the name number of the version. |
public Map | getProperties() Returns an unmodifiable map of version properties. |
public String | getProperty(String name) Returns the value for the given property name.
Parameters: name - - The name of the property. |
public int | getRevision() Returns the revision number of the version. |
public String | getTag() Returns the tag of the version. |
public String | getVersionNumber() Returns the full version number, e.g. |
public String | toString() Returns the version information as a string. |