| 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> |
MongoShellProcess.getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongoShellExecutable |
MongoShellStarter.newExecutable(MongoShellConfig mongoShellConfig,
de.flapdoodle.embed.process.distribution.Distribution distribution,
de.flapdoodle.embed.process.config.RuntimeConfig runtime,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected MongoShellProcess |
MongoShellExecutable.start(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtime) |
| Constructor and Description |
|---|
MongoShellExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig mongodConfig,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
MongoShellProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongoShellExecutable mongoShellExecutable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoShellConfig
Immutable implementation of
MongoShellConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoShellConfig |
ImmutableMongoShellConfig.copyOf(MongoShellConfig instance)
Creates an immutable copy of a
MongoShellConfig value. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.from(MongoShellConfig instance)
Fill a builder with attribute values from the provided
de.flapdoodle.embed.mongo.config.MongoShellConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MongoShell.getCommandLine(MongoShellConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
Copyright © 2022. All rights reserved.