| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addAllScriptParameters(java.lang.Iterable<java.lang.String> elements)
Adds elements to
scriptParameters list. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addScriptParameters(java.lang.String... elements)
Adds elements to
scriptParameters list. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.addScriptParameters(java.lang.String element)
Adds one element to
scriptParameters list. |
static ImmutableMongoShellConfig.Builder |
MongoShellConfig.builder() |
static ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.builder()
Creates a builder for
ImmutableMongoShellConfig. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.cmdOptions(MongoCmdOptions cmdOptions)
Initializes the value for the
cmdOptions attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.dbName(java.lang.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(java.lang.String password)
Initializes the value for the
password attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.pidFile(java.lang.String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.scriptName(java.lang.String scriptName)
Initializes the value for the
scriptName attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.scriptParameters(java.lang.Iterable<java.lang.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(java.util.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(java.lang.String userName)
Initializes the value for the
userName attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
Copyright © 2020. All Rights Reserved.