|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.remote.Version
Provides information about the EDK build version, such as the major version number and the minor version number of the build. The printable string includes additional information, such as the specific changelist number and the date of the build.
Method Summary | |
static Version |
getEDKVersion()
Returns a Version object that represents the
current EDK version. |
int |
getMajorVersionNumber()
Returns the EDK major version number. |
int |
getMinorVersionNumber()
Returns the EDK minor version number. |
int |
getServicePackVersionNumber()
Returns the EDK service pack version number. |
java.lang.String |
toString()
Returns the EDK version as a printable string, including the major, minor, and service pack version number, the source code changelist number, and the date of the build. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static Version getEDKVersion()
Version
object that represents the
current EDK version. A printable format can be obtained
using the toString
method.
Version
object that represents the
current EDK version.public int getMajorVersionNumber()
"major.minor.servicepack_changelist".
public int getMinorVersionNumber()
"major.minor.servicepack_changelist".
public int getServicePackVersionNumber()
"major.minor.servicepack_changelist".
public java.lang.String toString()
The string will have the following format:
"major.minor.servicepack_changelist (date of build)"
For example, "5.2.0_181354 (May 20 2005)"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.