Package | Description |
---|---|
com.twelvemonkeys.lang |
Modifier and Type | Method | Description |
---|---|---|
Platform.OperatingSystem |
Platform.getOS() |
|
static Platform.OperatingSystem |
Platform.os() |
Shorthand for
Platform.get().getOS() . |
static Platform.OperatingSystem |
Platform.OperatingSystem.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Platform.OperatingSystem[] |
Platform.OperatingSystem.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.