| Package | Description |
|---|---|
| org.rhq.core.system |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemType |
JavaSystemInfo.getOperatingSystemType()
Returns
JAVA unless the type can be determined via the Java "os.name" property. |
OperatingSystemType |
NativeSystemInfo.getOperatingSystemType() |
OperatingSystemType |
SystemInfo.getOperatingSystemType()
Returns the operating system type, if known; otherwise,
JAVA is returned (in which
case, the caller can examine the Java system property "os.name" to try to detect the type). |
static OperatingSystemType |
OperatingSystemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemType[] |
OperatingSystemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.