| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.distribution |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Feature> |
Feature.asSet(Feature... features) |
EnumSet<Feature> |
Version.getFeatures() |
EnumSet<Feature> |
Version.Main.getFeatures() |
EnumSet<Feature> |
IFeatureAwareVersion.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Feature> |
Feature.asSet(Feature... features) |
default boolean |
IFeatureAwareVersion.enabled(Feature feature) |
static IFeatureAwareVersion |
Versions.withFeatures(de.flapdoodle.embed.process.distribution.Version version,
Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
static IFeatureAwareVersion |
Versions.withFeatures(de.flapdoodle.embed.process.distribution.Version version,
EnumSet<Feature> features) |
Copyright © 2021. All rights reserved.