| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addAllScriptParameters(Iterable<String> elements)
Adds elements to
scriptParameters list. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addScriptParameters(String... elements)
Adds elements to
scriptParameters list. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addScriptParameters(String element)
Adds one element to
scriptParameters list. |
static ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.builder()
Creates a builder for
ImmutableMongoShellConfig. |
static ImmutableMongoShellConfig.Builder |
MongoShellConfig.builder() |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.dbName(String dbName)
Initializes the value for the
dbName attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.from(de.flapdoodle.embed.process.config.ExecutableProcessConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.process.config.ExecutableProcessConfig instance. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.from(MongoCommonConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoCommonConfig instance. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.from(MongoShellConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoShellConfig instance. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.net(Net net)
Initializes the value for the
net attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.password(String password)
Initializes the value for the
password attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.pidFile(String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.scriptName(String scriptName)
Initializes the value for the
scriptName attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.scriptParameters(Iterable<String> elements)
Sets or replaces all elements for
scriptParameters list. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.stopTimeoutInMillis(long stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.stopTimeoutInMillis(OptionalLong stopTimeoutInMillis)
Initializes the optional value
stopTimeoutInMillis to stopTimeoutInMillis. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.supportConfig(de.flapdoodle.embed.process.config.SupportConfig supportConfig)
Initializes the value for the
supportConfig attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.timeout(Timeout timeout)
Initializes the value for the
timeout attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.userName(String userName)
Initializes the value for the
userName attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
Copyright © 2021. All rights reserved.