|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.product.metadata.im.IMPackage
com.ibm.websphere.product.metadata.im.IMOffering
public class IMOffering
This class represents IM offering based on information from installed.xml and history.xml.
Constructor Summary | |
---|---|
IMOffering(org.w3c.dom.Node installInfoOfferingNode)
IBM WEBSPHERE INTERNAL USE ONLY. |
Method Summary | |
---|---|
java.util.Vector<IMFeature> |
getFeatureList()
Returns the list of all installed features in this IMOffering. |
IMFix |
getFixByID(java.lang.String fixID)
Returns the installed ifixes by the fixID. |
java.util.Vector<IMFix> |
getFixList()
Returns the list of installed ifixes associated with this IMOffering. |
com.ibm.websphere.product.metadata.im.IMFixpack |
getFixpackByID(java.lang.String fixpackID)
Returns the installed fixpack by the fixpackID. |
java.util.Vector<com.ibm.websphere.product.metadata.im.IMFixpack> |
getFixpackList()
Returns the list of IMFixpack objects which represent fixpacks of this IMOffering. |
java.lang.String |
getGMWASVersion()
Returns the version of the GM level of this IMOffering in IBM WebSphere format. |
java.util.Vector<IMVersion> |
getIMVersionList()
Returns the list of all IMVersion objects from this IMOffering. |
IMVersion |
getLatestIMVersion()
Returns the latest version of this IMOffering in IBM Install Manager format. |
java.lang.String |
getLatestPackageFullVersion()
Returns the latest full package version of the offering. |
java.lang.String |
getOfferingDescription()
Returns the description of this IMOffering. |
java.lang.String |
getOfferingID()
Returns the ID of this IMOffering. |
java.lang.String |
getProductID()
Returns the ID of this product represented by this IMOffering. |
java.util.Vector<IMFeature> |
getVisibleFeatureList()
Returns the list of all installed and visible features in this IMOffering. |
Methods inherited from class com.ibm.websphere.product.metadata.im.IMPackage |
---|
getAttribute, getAttributes, getKind, getPackageNodes, getProperties, getProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IMOffering(org.w3c.dom.Node installInfoOfferingNode)
Method Detail |
---|
public java.util.Vector<IMFeature> getFeatureList()
public java.util.Vector<IMFeature> getVisibleFeatureList()
public IMFix getFixByID(java.lang.String fixID)
public java.util.Vector<IMFix> getFixList()
public com.ibm.websphere.product.metadata.im.IMFixpack getFixpackByID(java.lang.String fixpackID)
public java.util.Vector<com.ibm.websphere.product.metadata.im.IMFixpack> getFixpackList()
public java.lang.String getGMWASVersion()
public java.util.Vector<IMVersion> getIMVersionList()
public IMVersion getLatestIMVersion()
public java.lang.String getLatestPackageFullVersion()
public java.lang.String getOfferingID()
public java.lang.String getOfferingDescription()
public java.lang.String getProductID()
null
is returned if the offering ID is not in Websphere convention.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |