| Package | Description |
|---|---|
| de.flapdoodle.embed.process.distribution |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDistribution |
ImmutableDistribution.Builder.build()
Builds a new
ImmutableDistribution. |
static ImmutableDistribution |
ImmutableDistribution.copyOf(Distribution instance)
Creates an immutable copy of a
Distribution value. |
static ImmutableDistribution |
ImmutableDistribution.of(Version version,
de.flapdoodle.os.Platform platform)
Construct a new immutable
Distribution instance. |
ImmutableDistribution |
ImmutableDistribution.withPlatform(de.flapdoodle.os.Platform value)
Copy the current immutable object by setting a value for the
platform attribute. |
ImmutableDistribution |
ImmutableDistribution.withVersion(Version value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2024. All rights reserved.