| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.Builder.build()
Builds a new
ImmutableMongosProcessArguments. |
static ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.copyOf(MongosProcessArguments instance)
Creates an immutable copy of a
MongosProcessArguments value. |
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.withArguments(de.flapdoodle.reverse.StateID<MongosArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
static ImmutableMongosProcessArguments |
MongosProcessArguments.withDefaults() |
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.withDestination(de.flapdoodle.reverse.StateID<de.flapdoodle.embed.process.types.ProcessArguments> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.withNet(de.flapdoodle.reverse.StateID<Net> value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.withPlatform(de.flapdoodle.reverse.StateID<de.flapdoodle.os.Platform> value)
Copy the current immutable object by setting a value for the
platform attribute. |
ImmutableMongosProcessArguments |
ImmutableMongosProcessArguments.withVersion(de.flapdoodle.reverse.StateID<de.flapdoodle.embed.process.distribution.Version> value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2023. All rights reserved.