| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersionWithPriority |
| Modifier and Type | Method and Description |
|---|---|
Optional<Version> |
ImmutablePlatform.version() |
abstract Optional<Version> |
Platform.version() |
List<? extends Version> |
Distribution.versions() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.version(Version version)
Initializes the optional value
version to version. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Version value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
| Modifier and Type | Method and Description |
|---|---|
static int |
VersionWithPriority.priorityOf(Optional<? extends Version> version) |
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.version(Optional<? extends Version> version)
Initializes the optional value
version to version. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Optional<? extends Version> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
Copyright © 2024. All rights reserved.