| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.Builder.build()
Builds a new
ImmutableMongodProcessArguments. |
static ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.copyOf(MongodProcessArguments instance)
Creates an immutable copy of a
MongodProcessArguments value. |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.withArguments(de.flapdoodle.reverse.StateID<MongodArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.withDatabaseDir(de.flapdoodle.reverse.StateID<DatabaseDir> value)
Copy the current immutable object by setting a value for the
databaseDir attribute. |
static ImmutableMongodProcessArguments |
MongodProcessArguments.withDefaults() |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.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. |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.withNet(de.flapdoodle.reverse.StateID<Net> value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.withPlatform(de.flapdoodle.reverse.StateID<de.flapdoodle.os.Platform> value)
Copy the current immutable object by setting a value for the
platform attribute. |
ImmutableMongodProcessArguments |
ImmutableMongodProcessArguments.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.