|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.support.installedproduct.InstalledProduct
com.ibm.jsdt.support.installedproduct.WebserverPluginForWASInstalledProduct
public class WebserverPluginForWASInstalledProduct
Handles pre-installation and post-installation activities of Web server plugin for WAS.
Constructor Summary | |
---|---|
protected |
WebserverPluginForWASInstalledProduct(java.lang.String version,
java.lang.String location)
Deprecated. Constructs a new WebserverPluginForWASInstalledProduct containing the version and the location of the installed product. |
Method Summary | |
---|---|
static WebserverPluginForWASInstalledProduct |
getInstalledProduct(java.lang.String location)
Deprecated. Gets the Web server plugin for WebSphere Application Server - Express installed product at the specified location. |
static WebserverPluginForWASInstalledProduct |
getInstalledProduct(SupportBase callerBase,
java.lang.String location)
Deprecated. Gets all instances of the Web server plugin for WebSphere Application Server - Express installed product at the specified location, Calls InstalledProduct object and passes the location and the created object of policy class implementor with the SupportBase object. |
static WebserverPluginForWASInstalledProduct[] |
getInstalledProducts()
Deprecated. Gets all instances of Web server plugin for WebSphere Application Server - Express installed products, if any, on the target computer. |
static WebserverPluginForWASInstalledProduct[] |
getInstalledProducts(SupportBase callerBase)
Deprecated. Gets all instances of Web server plugin for WebSphere Application Server - Express installed products, if any, on the target computer. |
java.lang.String |
getLogFileDirectory()
Deprecated. Returns the fully qualified name of the log directory. |
java.lang.String |
getPrimaryInstallLogFileName()
Deprecated. Returns the file name for the primary installation log file. |
java.lang.String |
getSignatureFile()
Deprecated. Returns the path to the signature file for the installation location passed in. |
Methods inherited from class com.ibm.jsdt.support.installedproduct.InstalledProduct |
---|
compareVersion, getActualSupportBase, getInstalledLocation, getInstalledProduct, getInstalledProducts, getInstalledVersion, getSupportBase, grepRPM, setInstalledLocation, setInstalledVersion, setSupportBase, trimVersionToNVersionPlaces |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WebserverPluginForWASInstalledProduct(java.lang.String version, java.lang.String location)
version
- - The version of the product.location
- - The location of the product.Method Detail |
---|
public static WebserverPluginForWASInstalledProduct getInstalledProduct(java.lang.String location)
location
- The location of the product.
public static WebserverPluginForWASInstalledProduct getInstalledProduct(SupportBase callerBase, java.lang.String location)
callerBase
- SupportBase object to use.location
- The location of the product.
public static WebserverPluginForWASInstalledProduct[] getInstalledProducts()
public static WebserverPluginForWASInstalledProduct[] getInstalledProducts(SupportBase callerBase)
callerBase
- SupportBase object to use.
public java.lang.String getSignatureFile()
location
- The Web server plugin for WebSphere Application Server - Express installation directory.
public java.lang.String getLogFileDirectory()
public java.lang.String getPrimaryInstallLogFileName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |