| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.config | |
| de.flapdoodle.embed.mongo.distribution | |
| de.flapdoodle.embed.mongo.tests |
| Modifier and Type | Method and Description |
|---|---|
IFeatureAwareVersion |
ImmutableMongosConfig.version() |
IFeatureAwareVersion |
ImmutableMongoImportConfig.version() |
IFeatureAwareVersion |
ImmutableMongodConfig.version() |
IFeatureAwareVersion |
ImmutableMongoDumpConfig.version() |
IFeatureAwareVersion |
ImmutableMongoShellConfig.version() |
IFeatureAwareVersion |
ImmutableMongoRestoreConfig.version() |
IFeatureAwareVersion |
MongoCommonConfig.version() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosConfig.Builder |
ImmutableMongosConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongoImportConfig.Builder |
ImmutableMongoImportConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongodConfig.Builder |
ImmutableMongodConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongoDumpConfig.Builder |
ImmutableMongoDumpConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongoShellConfig.Builder |
ImmutableMongoShellConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongoRestoreConfig.Builder |
ImmutableMongoRestoreConfig.Builder.version(IFeatureAwareVersion version)
Initializes the value for the
version attribute. |
ImmutableMongosConfig |
ImmutableMongosConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongoImportConfig |
ImmutableMongoImportConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongodConfig |
ImmutableMongodConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongoDumpConfig |
ImmutableMongoDumpConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongoShellConfig |
ImmutableMongoShellConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableMongoRestoreConfig |
ImmutableMongoRestoreConfig.withVersion(IFeatureAwareVersion value)
Copy the current immutable object by setting a value for the
version attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
Version
MongoDB Version enum
|
static class |
Version.Main |
| Modifier and Type | Method and Description |
|---|---|
static IFeatureAwareVersion |
Versions.withFeatures(de.flapdoodle.embed.process.distribution.Version version,
EnumSet<Feature> features) |
static IFeatureAwareVersion |
Versions.withFeatures(de.flapdoodle.embed.process.distribution.Version version,
Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
protected MongodConfig |
MongodForTestsFactory.newMongodConfig(IFeatureAwareVersion version) |
static MongodForTestsFactory |
MongodForTestsFactory.with(IFeatureAwareVersion version) |
static MongosForTestsFactory |
MongosForTestsFactory.with(IFeatureAwareVersion version) |
| Constructor and Description |
|---|
MongodForTestsFactory(IFeatureAwareVersion version)
Create the testing utility using the specified version of MongoDB.
|
MongosForTestsFactory(IFeatureAwareVersion version)
Create the testing utility using the specified version of MongoDB.
|
Copyright © 2021. All rights reserved.