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

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

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

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