| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePlatform
Immutable implementation of
Platform. |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.detect() |
| Modifier and Type | Method and Description |
|---|---|
static List<Platform> |
Platform.guess() |
static List<Platform> |
VersionWithPriority.sorteByPriority(List<? extends Platform> list) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePlatform |
ImmutablePlatform.copyOf(Platform instance)
Creates an immutable copy of a
Platform value. |
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.from(Platform instance)
Fill a builder with attribute values from the provided
Platform instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<Platform> |
VersionWithPriority.sorteByPriority(List<? extends Platform> list) |
Copyright © 2022. All rights reserved.