| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands | |
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoShellArguments
Immutable implementation of
MongoShellArguments. |
| Modifier and Type | Method and Description |
|---|---|
static MongoShellArguments |
MongoShellArguments.defaults() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoShellArguments |
ImmutableMongoShellArguments.copyOf(MongoShellArguments instance)
Creates an immutable copy of a
MongoShellArguments value. |
ImmutableMongoShellArguments.Builder |
ImmutableMongoShellArguments.Builder.from(MongoShellArguments instance)
Fill a builder with attribute values from the provided
MongoShellArguments instance. |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<MongoShellArguments> |
ImmutableMongoShellProcessArguments.arguments() |
de.flapdoodle.reverse.StateID<MongoShellArguments> |
MongoShellProcessArguments.arguments() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoShellProcessArguments.Builder |
ImmutableMongoShellProcessArguments.Builder.arguments(de.flapdoodle.reverse.StateID<MongoShellArguments> arguments)
Initializes the value for the
arguments attribute. |
ImmutableMongoShellProcessArguments |
ImmutableMongoShellProcessArguments.withArguments(de.flapdoodle.reverse.StateID<MongoShellArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
Copyright © 2024. All rights reserved.