com.ibm.isc.api.platform
Interface ProductInfo
- public interface ProductInfo
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ID_BASE
|
|
ID_CLIENT
|
|
ID_EMBEDDED_EXPRESS
|
|
ID_EXPRESS
|
|
ID_IHS
|
|
ID_JDK
|
|
ID_ND
|
|
ID_NDDMZ
|
|
ID_PLUGIN
|
|
ID_PME
|
|
ID_UPDI
|
|
ID_WBI
|
|
ID_WXD
|
|
ID_XD
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBuildDate()
Return the date of the ISC build in a string format
|
|
getBuildNumber()
Return the build number of ISC in a string format
|
|
getFeatures()
Return a list of the features for the ISC product
|
|
getPlatform()
Return the platform the Integrated Solutions Console (ISC) is running on.
|
|
getProductDisplayName(java.util.Locale locale)
Return the display name of the ISC product in a string format
|
|
getVersion()
Return the version of ISC in a string format
|
Field Detail
ID_BASE
- static final java.lang.String ID_BASE
See Also:
ID_EXPRESS
- static final java.lang.String ID_EXPRESS
See Also:
ID_ND
- static final java.lang.String ID_ND
See Also:
ID_PME
- static final java.lang.String ID_PME
See Also:
ID_WBI
- static final java.lang.String ID_WBI
See Also:
ID_JDK
- static final java.lang.String ID_JDK
See Also:
ID_EMBEDDED_EXPRESS
- static final java.lang.String ID_EMBEDDED_EXPRESS
See Also:
ID_XD
- static final java.lang.String ID_XD
See Also:
ID_CLIENT
- static final java.lang.String ID_CLIENT
See Also:
ID_PLUGIN
- static final java.lang.String ID_PLUGIN
See Also:
ID_IHS
- static final java.lang.String ID_IHS
See Also:
ID_WXD
- static final java.lang.String ID_WXD
See Also:
ID_NDDMZ
- static final java.lang.String ID_NDDMZ
See Also:
ID_UPDI
- static final java.lang.String ID_UPDI
See Also:
Method Detail
getPlatform
- int getPlatform()
Returns:
an integer value of the platform ISC is running on
getVersion
- java.lang.String getVersion()
Return the version of ISC in a string format
Returns:
a string value of the ISC version
getBuildNumber
- java.lang.String getBuildNumber( )
Return the build number of ISC in a string format
Returns:
a string value of the ISC build number
getBuildDate
- java.lang.String getBuildDate()
Return the date of the ISC build in a string format
Returns:
a string value of the ISC build date
getProductDisplayName
- java.lang.String getProductDisplayName( java.util.Locale locale)
Return the display name of the ISC product in a string format
Parameters:
locale
- the Locale in which the product display name is to be displayed Returns:
a string value of the display name of the ISC product in a string format
getFeatures
- java.util.List getFeatures()
Return a list of the features for the ISC product
Returns:
a List of the ISC features
The platform values are: 0 - WebSphere Application Server (WAS) 1 - Light Weight Infrastructure (LWI) 2 - Embedded WebSphere Application Server (EWAS) 3 - WebSphere Portal Server (WPS)