| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePlatformMatch |
PlatformMatch.any() |
ImmutablePlatformMatch |
ImmutablePlatformMatch.Builder.build()
Builds a new
ImmutablePlatformMatch. |
static ImmutablePlatformMatch |
ImmutablePlatformMatch.copyOf(PlatformMatch instance)
Creates an immutable copy of a
PlatformMatch value. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withBitSize(de.flapdoodle.os.BitSize value)
Copy the current immutable object by setting a present value for the optional
bitSize attribute. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withBitSize(Optional<? extends de.flapdoodle.os.BitSize> optional)
Copy the current immutable object by setting an optional value for the
bitSize attribute. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withCpuType(de.flapdoodle.os.CPUType value)
Copy the current immutable object by setting a present value for the optional
cpuType attribute. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withCpuType(Optional<? extends de.flapdoodle.os.CPUType> optional)
Copy the current immutable object by setting an optional value for the
cpuType attribute. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withOs(Optional<? extends de.flapdoodle.os.OS> optional)
Copy the current immutable object by setting an optional value for the
os attribute. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withOs(de.flapdoodle.os.OS value)
Copy the current immutable object by setting a present value for the optional
os attribute. |
static ImmutablePlatformMatch |
PlatformMatch.withOs(de.flapdoodle.os.OS os) |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withVersion(Iterable<? extends de.flapdoodle.os.Version> elements)
Copy the current immutable object with elements that replace the content of
version. |
ImmutablePlatformMatch |
ImmutablePlatformMatch.withVersion(de.flapdoodle.os.Version... elements)
Copy the current immutable object with elements that replace the content of
version. |
Copyright © 2021. All rights reserved.