| Package | Description |
|---|---|
| org.basinmc.lavatory | |
| org.basinmc.lavatory.rule.system |
| Modifier and Type | Method | Description |
|---|---|---|
OperatingSystem |
ResolverContext.getOperatingSystem() |
Retrieves the operating system for which the launcher values are to be generated.
|
| Modifier and Type | Method | Description |
|---|---|---|
ResolverContext.Builder |
ResolverContext.Builder.withOperatingSystem(OperatingSystem operatingSystem) |
Selects the specified operating system.
|
| Modifier and Type | Method | Description |
|---|---|---|
static OperatingSystem |
OperatingSystem.current() |
Retrieves the operating system on which the application is currently being executed (or
UNKNOWN if the operating system is not detected correctly). |
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Optional<OperatingSystem> |
OperatingSystem.byKey(String key) |
Retrieves an operating system based on its identification key.
|
Optional<OperatingSystem> |
OperatingSystemCondition.getSystem() |
Copyright © 2018 Basin. All rights reserved.