| 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) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Feature> |
Feature.asSet(Feature... features) |
boolean |
IFeatureAwareVersion.enabled(Feature feature) |
boolean |
Version.enabled(Feature feature) |
boolean |
Version.Main.enabled(Feature feature) |
static IFeatureAwareVersion |
Versions.withFeatures(de.flapdoodle.embed.process.distribution.IVersion version,
Feature... features) |
Copyright © 2013. All Rights Reserved.