| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.Builder.build()
Builds a new
ImmutableMongoImportConfig. |
static ImmutableMongoImportConfig |
ImmutableMongoImportConfig.copyOf(MongoImportConfig instance)
Creates an immutable copy of a
MongoImportConfig value. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withCmdOptions(MongoCmdOptions value)
Copy the current immutable object by setting a value for the
cmdOptions attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withCollectionName(String value)
Copy the current immutable object by setting a value for the
collectionName attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withDatabaseName(String value)
Copy the current immutable object by setting a value for the
databaseName attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withImportFile(String value)
Copy the current immutable object by setting a value for the
importFile attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withIsDropCollection(boolean value)
Copy the current immutable object by setting a value for the
isDropCollection attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withIsHeaderline(boolean value)
Copy the current immutable object by setting a value for the
isHeaderline attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withIsJsonArray(boolean value)
Copy the current immutable object by setting a value for the
isJsonArray attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withIsUpsertDocuments(boolean value)
Copy the current immutable object by setting a value for the
isUpsertDocuments attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withNet(Net value)
Copy the current immutable object by setting a value for the
net attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withPassword(String value)
Copy the current immutable object by setting a value for the
password attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withStopTimeoutInMillis(long value)
Copy the current immutable object by setting a present value for the optional
stopTimeoutInMillis attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withStopTimeoutInMillis(OptionalLong optional)
Copy the current immutable object by setting an optional value for the
stopTimeoutInMillis attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withSupportConfig(de.flapdoodle.embed.process.config.SupportConfig value)
Copy the current immutable object by setting a value for the
supportConfig attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withTimeout(Timeout value)
Copy the current immutable object by setting a value for the
timeout attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withType(String value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2021. All rights reserved.