| Modifier and Type | Field and Description |
|---|---|
Platform.OperatingSystem |
Platform.operatingSystem
The operating system of the platform.
|
| Modifier and Type | Method and Description |
|---|---|
static Platform.OperatingSystem |
Platform.OperatingSystem.detected()
Returns the detected operating system.
|
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 © 2023. All rights reserved.