static Platform |
Platform.extractFromSysProperty(java.lang.String osName) |
Extracts platforms based on system properties in Java and uses a heuristic to determine the
most likely operating system.
|
static Platform |
Platform.extractFromSysProperty(java.lang.String osName,
java.lang.String osVersion) |
Extracts platforms based on system properties in Java and uses a heuristic to determine the
most likely operating system.
|
abstract Platform |
Platform.family() |
Returns a platform that represents a family for the current platform.
|
static Platform |
Platform.fromString(java.lang.String name) |
Gets a platform with the name matching the parameter.
|
static Platform |
Platform.getCurrent() |
Get current platform (not necessarily the same as operating system).
|
default Platform |
Capabilities.getPlatform() |
|
static Platform |
Platform.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|