Package | Description |
---|---|
org.appformer.client.context |
Modifier and Type | Method and Description |
---|---|
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.
|
static OperatingSystem |
OperatingSystem.withName(String name) |
Modifier and Type | Method and Description |
---|---|
Optional<OperatingSystem> |
EditorContextProvider.getOperatingSystem()
Access the operating system where the editor is running (e.g.
|
Optional<OperatingSystem> |
DefaultEditorContextProviderImpl.getOperatingSystem() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.