|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.product.WASDirectory
This is to represent a WebSphere Application Server installation location.
Field Summary | |
---|---|
static java.lang.String |
ID_BASE
Product ID: BASE edition |
static java.lang.String |
ID_EMBEDDED_EXPRESS
Product ID: embeddedEXPRESS edition |
static java.lang.String |
ID_EXPRESS
Product ID: EXPRESS edition |
static java.lang.String |
ID_JDK
Product ID: JDK |
static java.lang.String |
ID_ND
Product ID: ND edition |
static java.lang.String |
ID_PME
Product ID: PME |
static java.lang.String |
ID_WBI
Product ID: WBI |
static java.lang.String |
ID_WXD
Product ID: WXD edition |
static java.lang.String |
ID_XD
Product ID: XD edition |
Constructor Summary | |
---|---|
WASDirectory(java.lang.String wasLocation)
Constructor for WASDirectory. |
Method Summary | |
---|---|
java.lang.String |
getBuildDate(java.lang.String id)
Get the build date of the WAS product with the specific id. |
java.lang.String |
getBuildLevel(java.lang.String id)
Get the build level of the WAS product with the specific id. |
java.lang.String |
getName(java.lang.String id)
Get the name of the WASProductInfo with the specific id. |
java.lang.String |
getVersion(java.lang.String id)
Get the version of the WAS product with the specific id. |
java.lang.String |
getWasLocation()
Get the installation location of the WAS product. |
WASProductInfo |
getWASProductInfo(java.lang.String id)
Get the WASProductInfo with the specific id in the WASDirectory. |
WASProductInfo[] |
getWASProductInfoInstances()
Get the WASProductInfo instances in the WASDirectory. |
boolean |
isThisProductInstalled(java.lang.String id)
Checks if a specific product exists. |
static void |
main(java.lang.String[] args)
|
static boolean |
refreshProductInfoCache()
INTERNAL USE ONLY: Refresh ProductInfo cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String ID_BASE
public static java.lang.String ID_ND
public static java.lang.String ID_PME
public static java.lang.String ID_WBI
public static java.lang.String ID_JDK
public static java.lang.String ID_EMBEDDED_EXPRESS
public static java.lang.String ID_EXPRESS
public static java.lang.String ID_XD
public static final java.lang.String ID_WXD
Constructor Detail |
public WASDirectory(java.lang.String wasLocation)
wasLocation
- the installation location of the WAS product.Method Detail |
public static void main(java.lang.String[] args)
public WASProductInfo[] getWASProductInfoInstances()
public WASProductInfo getWASProductInfo(java.lang.String id)
id
- the id of the WAS product.
public boolean isThisProductInstalled(java.lang.String id)
id
- The product ID to be checked.
true
if the specific product is found to be exists; otherwise, return false
.public java.lang.String getName(java.lang.String id)
id
- the id of the WAS product.
public java.lang.String getVersion(java.lang.String id)
id
- the id of the WAS product.
public java.lang.String getBuildDate(java.lang.String id)
id
- the id of the WAS product.
public java.lang.String getBuildLevel(java.lang.String id)
id
- the id of the WAS product.
public java.lang.String getWasLocation()
public static boolean refreshProductInfoCache()
true
or false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |