Uses of Class
com.ibm.jsdt.support.installedproduct.WASExpressInstalledProduct

Packages that use WASExpressInstalledProduct
com.ibm.jsdt.support.installedproduct The InstalledProduct classes provide functions that are commonly required during installation. 
 

Uses of WASExpressInstalledProduct in com.ibm.jsdt.support.installedproduct
 

Methods in com.ibm.jsdt.support.installedproduct that return WASExpressInstalledProduct
static WASExpressInstalledProduct WASExpressInstalledProduct.getInstalledProduct(java.lang.String location)
          Deprecated. Gets the WebSphere Application Server - Express installed product from the given location.
static WASExpressInstalledProduct WASExpressInstalledProduct.getInstalledProduct(SupportBase callerBase, java.lang.String location)
          Deprecated. Gets the WebSphere Application Server - Express installed product from the given location.
static WASExpressInstalledProduct[] WASExpressInstalledProduct.getInstalledProducts()
          Deprecated. Gets all WebSphere Application Server - Express installed products, if any, on the target machine, this method can be used when the user does not pass SupportBase.
static WASExpressInstalledProduct[] WASExpressInstalledProduct.getInstalledProducts(SupportBase callerBase)
          Deprecated. Gets all WebSphere Application Server - Express installed products if there are any on the target computer.