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

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

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

Methods in com.ibm.jsdt.support.installedproduct that return DB2InstalledProduct
static DB2InstalledProduct DB2InstalledProduct.getInstalledProduct(java.lang.String location)
          Deprecated. Given a target location, handles the logic of finding an installed version of DB2.
static DB2InstalledProduct DB2InstalledProduct.getInstalledProduct(SupportBase callerBase, java.lang.String location)
          Deprecated. Determines whether DB2 is installed.
static DB2InstalledProduct[] DB2InstalledProduct.getInstalledProducts()
          Deprecated. Determines all instances of DB2 installed on the target computer.
static DB2InstalledProduct[] DB2InstalledProduct.getInstalledProducts(SupportBase callerBase)
          Deprecated. Determines all instances of DB2 installed on the target computer.