| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Method and Description |
|---|---|
static OS |
Platform.detectOS(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup) |
OS |
ImmutablePlatform.operatingSystem() |
OS |
Platform.operatingSystem() |
static OS |
OS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OS[] |
OS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.operatingSystem(OS operatingSystem)
Initializes the value for the
operatingSystem attribute. |
ImmutablePlatform |
ImmutablePlatform.withOperatingSystem(OS value)
Copy the current immutable object by setting a value for the
operatingSystem attribute. |
Copyright © 2022. All rights reserved.