| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.addAllVersion(Iterable<? extends de.flapdoodle.os.Version> elements)
Adds elements to
version set. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.addVersion(de.flapdoodle.os.Version... elements)
Adds elements to
version set. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.addVersion(de.flapdoodle.os.Version element)
Adds one element to
version set. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.bitSize(de.flapdoodle.os.BitSize bitSize)
Initializes the optional value
bitSize to bitSize. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.bitSize(Optional<? extends de.flapdoodle.os.BitSize> bitSize)
Initializes the optional value
bitSize to bitSize. |
static ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.builder()
Creates a builder for
ImmutablePlatformMatch. |
static ImmutablePlatformMatch.Builder |
PlatformMatch.builder() |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.cpuType(de.flapdoodle.os.CPUType cpuType)
Initializes the optional value
cpuType to cpuType. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.cpuType(Optional<? extends de.flapdoodle.os.CPUType> cpuType)
Initializes the optional value
cpuType to cpuType. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.from(PlatformMatch instance)
Fill a builder with attribute values from the provided
PlatformMatch instance. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.os(Optional<? extends de.flapdoodle.os.OS> os)
Initializes the optional value
os to os. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.os(de.flapdoodle.os.OS os)
Initializes the optional value
os to os. |
ImmutablePlatformMatch.Builder |
ImmutablePlatformMatch.Builder.version(Iterable<? extends de.flapdoodle.os.Version> elements)
Sets or replaces all elements for
version set. |
Copyright © 2021. All rights reserved.