public static enum Version.Main extends Enum<Version.Main> implements IFeatureAwareVersion, de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackage
| Enum Constant and Description |
|---|
DEVELOPMENT |
LEGACY
Deprecated.
|
PRODUCTION |
V1_8
Deprecated.
|
V2_0
Deprecated.
|
V2_1
Deprecated.
|
V2_2
Deprecated.
|
V2_3
Deprecated.
|
V2_4
Deprecated.
|
V2_5
Deprecated.
|
V2_6
Deprecated.
|
V2_7
Deprecated.
|
V3_0
Deprecated.
|
V3_1
Deprecated.
|
V3_2
Deprecated.
|
V3_3
Deprecated.
|
V3_4
Deprecated.
|
V3_5
Deprecated.
|
V3_6 |
V4_0 |
V4_2 |
V4_4 |
V5_0 |
| Modifier and Type | Method and Description |
|---|---|
String |
asInDownloadPath() |
de.flapdoodle.embed.mongo.packageresolver.FeatureSet |
features() |
EnumSet<Feature> |
getFeatures()
leave this for spring compat
|
Optional<de.flapdoodle.embed.mongo.packageresolver.MongotoolsVersion.Main> |
mongotoolsVersion() |
de.flapdoodle.embed.mongo.packageresolver.NumericVersion |
numericVersion()
Deprecated.
|
static Version.Main |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.Main[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfenabled@Deprecated public static final Version.Main V1_8
@Deprecated public static final Version.Main V2_0
@Deprecated public static final Version.Main V2_1
@Deprecated public static final Version.Main V2_2
@Deprecated public static final Version.Main V2_3
@Deprecated public static final Version.Main V2_4
@Deprecated public static final Version.Main V2_5
@Deprecated public static final Version.Main V2_6
@Deprecated public static final Version.Main V2_7
@Deprecated public static final Version.Main V3_0
@Deprecated public static final Version.Main V3_1
@Deprecated public static final Version.Main V3_2
@Deprecated public static final Version.Main V3_3
@Deprecated public static final Version.Main V3_4
@Deprecated public static final Version.Main V3_5
public static final Version.Main V3_6
public static final Version.Main V4_0
public static final Version.Main V4_2
public static final Version.Main V4_4
public static final Version.Main V5_0
@Deprecated public static final Version.Main LEGACY
public static final Version.Main PRODUCTION
public static final Version.Main DEVELOPMENT
public static Version.Main[] values()
for (Version.Main c : Version.Main.values()) System.out.println(c);
public static Version.Main valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String asInDownloadPath()
asInDownloadPath in interface de.flapdoodle.embed.process.distribution.Version@Deprecated public de.flapdoodle.embed.mongo.packageresolver.NumericVersion numericVersion()
numericVersion in interface IFeatureAwareVersionpublic EnumSet<Feature> getFeatures()
IFeatureAwareVersiongetFeatures in interface IFeatureAwareVersionpublic de.flapdoodle.embed.mongo.packageresolver.FeatureSet features()
features in interface IFeatureAwareVersionpublic Optional<de.flapdoodle.embed.mongo.packageresolver.MongotoolsVersion.Main> mongotoolsVersion()
mongotoolsVersion in interface de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackageCopyright © 2022. All rights reserved.