|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProductInfo
Returns information about the product installed in a BEA Home directory that is represented by the ProductInfo
object.
Method Summary | |
---|---|
java.lang.String[] |
getComponents()
Returns the names of the components of the product represented by this ProductInfo object. |
java.lang.String |
getDefaultJavaHome()
Returns the Java home of the default Java installation. |
java.lang.String |
getDefaultJavaVendor()
Returns the Java vendor of the default Java installation. |
java.lang.String |
getDefaultJavaVersion()
Returns the version of the default Java installation. |
java.lang.String |
getNodeManagerListenPort()
Returns the Node Manager listen port. |
java.lang.String |
getProductDir()
Returns the absolute path of the directory in which the product represented by this ProductInfo object is installed. |
java.lang.String |
getProductName()
Returns the name of the product represented by this ProductInfo object. |
java.lang.String |
getProductVersion()
Returns the version of the product represented by this ProductInfo object. |
java.lang.String |
getProgramGroup()
Returns the name of the program group in which the Start menu entry is created for the product represented by this ProductInfo object. |
java.lang.String |
getStartMenuLocation()
On Windows systems, this method returns the absolute path of the directory containing the Start menu entries. |
java.lang.String[] |
getSubComponents(java.lang.String component)
Returns the names of the subcomponents for the given component. |
Method Detail |
---|
java.lang.String getProductName()
ProductInfo
object.
java.lang.String getProductVersion()
ProductInfo
object.
java.lang.String getDefaultJavaHome()
String
, to the default
Java installation.java.lang.String getDefaultJavaVendor()
java.lang.String getDefaultJavaVersion()
java.lang.String getStartMenuLocation()
C:\Documents and Settings\USER\Start Menu\Programs
.
null
on Unix systems.java.lang.String getProgramGroup()
ProductInfo
object
is created.
null
on Unix systems.java.lang.String[] getComponents()
ProductInfo
object.
String
representing the component names.java.lang.String[] getSubComponents(java.lang.String component) throws java.lang.IllegalArgumentException
component
- The name of the component
String
representing the subcomponent names, or
an empty array if the product does not have a component that matches the input parameter.
java.lang.IllegalArgumentException
- if the parameter is null or an empty string.java.lang.String getNodeManagerListenPort()
String
representing the Node Manager listen port.java.lang.String getProductDir()
ProductInfo
object is installed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |