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

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

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

Methods in com.ibm.jsdt.support.installedproduct that return ConsoleAgentInstalledProduct
 ConsoleAgentInstalledProduct ConsoleMgmtExtInstalledProduct.getConsoleAgentInstalledProduct()
          Deprecated. Returns Console agent installed product on the system.
static ConsoleAgentInstalledProduct ConsoleAgentInstalledProduct.getInstalledProduct(java.lang.String location)
          Deprecated. Gets the Console agent installed product if location is provided.
static ConsoleAgentInstalledProduct ConsoleAgentInstalledProduct.getInstalledProduct(SupportBase callerBase, java.lang.String location)
          Deprecated. Gets the Console agent installed product if location is provided.
static ConsoleAgentInstalledProduct[] ConsoleAgentInstalledProduct.getInstalledProducts()
          Deprecated. Gets the Console Agent installed product from the target computer.
static ConsoleAgentInstalledProduct[] ConsoleAgentInstalledProduct.getInstalledProducts(SupportBase callerBase)
          Deprecated. Gets the Console Agent installed product from the target computer.