| Package | Description |
|---|---|
| org.marketcetera.util.misc |
Miscellaneous general-purpose utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static OperatingSystem |
OperatingSystem.LOCAL
The operating system on which this JVM is running.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.