|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperatingSystem | |
|---|---|
| org.marketcetera.util.misc | Miscellaneous general-purpose utilities. |
| Uses of OperatingSystem in org.marketcetera.util.misc |
|---|
| Fields in org.marketcetera.util.misc declared as OperatingSystem | |
|---|---|
static OperatingSystem |
OperatingSystem.LOCAL
The operating system on which this JVM is running. |
| Methods in org.marketcetera.util.misc that return OperatingSystem | |
|---|---|
static OperatingSystem |
OperatingSystem.get(String javaName)
Returns the enumerated constant associated with the given expected value for the os.name system
property. |
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||