| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo | |
| de.flapdoodle.embed.mongo.config | |
| de.flapdoodle.embed.mongo.runtime |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
MongoRestoreProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoRestoreConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongoRestoreExecutable |
MongoRestoreStarter.newExecutable(MongoRestoreConfig mongoRestoreConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.RuntimeConfig runtime,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongoRestoreProcess |
MongoRestoreExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoRestoreConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtime) |
| Constructor and Description |
|---|
MongoRestoreExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoRestoreConfig mongodConfig,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
MongoRestoreProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoRestoreConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongoRestoreExecutable mongosExecutable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoRestoreConfig
Immutable implementation of
MongoRestoreConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.copyOf(MongoRestoreConfig instance)
Creates an immutable copy of a
MongoRestoreConfig value. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.from(MongoRestoreConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoRestoreConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MongoRestore.getCommandLine(MongoRestoreConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
Copyright © 2021. All rights reserved.