public static enum Version.Main extends Enum<Version.Main> implements IFeatureAwareVersion, de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackage
Enum Constant and Description |
---|
DEVELOPMENT
Deprecated.
use V5_0 instead
|
LEGACY
Deprecated.
|
PRODUCTION
Deprecated.
use V4_4 instead
|
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 |
V6_0 |
V6_3_DEV |
V7_0 |
V7_0_RC
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
asInDownloadPath() |
de.flapdoodle.embed.mongo.packageresolver.FeatureSet |
features() |
Optional<? extends de.flapdoodle.embed.process.distribution.Version> |
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, valueOf
enabled
@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
public static final Version.Main V6_0
public static final Version.Main V7_0
public static final Version.Main V6_3_DEV
@Deprecated public static final Version.Main V7_0_RC
@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 IFeatureAwareVersion
public de.flapdoodle.embed.mongo.packageresolver.FeatureSet features()
features
in interface IFeatureAwareVersion
public Optional<? extends de.flapdoodle.embed.process.distribution.Version> mongotoolsVersion()
mongotoolsVersion
in interface de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackage
Copyright © 2023. All rights reserved.