| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config | |
| de.flapdoodle.embed.process.distribution |
| Modifier and Type | Method and Description |
|---|---|
Version |
ExecutableProcessConfig.version() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Version.GenericVersion |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableGenericVersion
Immutable implementation of
Version.GenericVersion. |
| Modifier and Type | Method and Description |
|---|---|
Version |
ImmutableDistribution.version() |
abstract Version |
Distribution.version() |
| Modifier and Type | Method and Description |
|---|---|
static Distribution |
Distribution.detectFor(Version version) |
ImmutableGenericVersion.Builder |
ImmutableGenericVersion.Builder.from(Version instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.process.distribution.Version instance. |
static ImmutableDistribution |
ImmutableDistribution.of(Version version,
de.flapdoodle.os.Platform platform)
Construct a new immutable
Distribution instance. |
static Distribution |
Distribution.of(Version version,
de.flapdoodle.os.Platform platform) |
ImmutableDistribution.Builder |
ImmutableDistribution.Builder.version(Version version)
Initializes the value for the
version attribute. |
ImmutableDistribution |
ImmutableDistribution.withVersion(Version value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2022. All rights reserved.