| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Method and Description |
|---|---|
OS |
ImmutablePlatform.operatingSystem() |
abstract OS |
Platform.operatingSystem() |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.detect(Collection<? extends OS> osList) |
static List<Platform> |
Platform.guess(Collection<? extends OS> osList) |
Copyright © 2024. All rights reserved.