| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform |
ImmutablePlatform.Builder.build()
Builds a new
ImmutablePlatform. |
static ImmutablePlatform |
ImmutablePlatform.copyOf(Platform instance)
Creates an immutable copy of a
Platform value. |
ImmutablePlatform |
ImmutablePlatform.withArchitecture(Architecture value)
Copy the current immutable object by setting a value for the
architecture attribute. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Distribution value)
Copy the current immutable object by setting a present value for the optional
distribution attribute. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Optional<? extends Distribution> optional)
Copy the current immutable object by setting an optional value for the
distribution attribute. |
ImmutablePlatform |
ImmutablePlatform.withOperatingSystem(OS value)
Copy the current immutable object by setting a value for the
operatingSystem attribute. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Optional<? extends Version> optional)
Copy the current immutable object by setting an optional value for the
version attribute. |
ImmutablePlatform |
ImmutablePlatform.withVersion(Version value)
Copy the current immutable object by setting a present value for the optional
version attribute. |
Copyright © 2022. All rights reserved.