| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.Builder.build()
Builds a new
ImmutableMongoShellConfig. |
static ImmutableMongoShellConfig |
ImmutableMongoShellConfig.copyOf(MongoShellConfig instance)
Creates an immutable copy of a
MongoShellConfig value. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withDbName(String value)
Copy the current immutable object by setting a value for the
dbName attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withPassword(String value)
Copy the current immutable object by setting a value for the
password attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withScriptName(String value)
Copy the current immutable object by setting a value for the
scriptName attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withScriptParameters(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
scriptParameters. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withScriptParameters(String... elements)
Copy the current immutable object with elements that replace the content of
scriptParameters. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a present value for the optional
stopTimeoutInMillis attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withStopTimeoutInMillis(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
stopTimeoutInMillis attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withSupportConfig(de.flapdoodle.embed.process.config.SupportConfig value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2022. All rights reserved.