public enum Version extends Enum<Version> implements IFeatureAwareVersion, de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackage
Modifier and Type | Class and Description |
---|---|
static class |
Version.Main |
Enum Constant and Description |
---|
LATEST_NIGHTLY
Deprecated.
|
V1_6_5
Deprecated.
|
V1_7_6
Deprecated.
|
V1_8_0
Deprecated.
|
V1_8_0_rc0
Deprecated.
|
V1_8_1
Deprecated.
|
V1_8_2
Deprecated.
|
V1_8_2_rc0
Deprecated.
|
V1_8_4
Deprecated.
|
V1_8_5
Deprecated.
|
V1_9_0
Deprecated.
|
V2_0_1
Deprecated.
|
V2_0_4
Deprecated.
|
V2_0_5
Deprecated.
|
V2_0_6
Deprecated.
|
V2_0_7
Deprecated.
|
V2_0_7_RC1
Deprecated.
|
V2_0_8_RC0
Deprecated.
|
V2_0_9
Deprecated.
|
V2_1_0
Deprecated.
|
V2_1_1
Deprecated.
|
V2_1_2
Deprecated.
|
V2_2_0
Deprecated.
|
V2_2_0_RC0
Deprecated.
|
V2_2_1
Deprecated.
|
V2_2_3
Deprecated.
|
V2_2_4
Deprecated.
|
V2_2_5
Deprecated.
|
V2_2_6
Deprecated.
|
V2_2_7
Deprecated.
|
V2_3_0
Deprecated.
|
V2_4_0
Deprecated.
|
V2_4_0_RC3
Deprecated.
|
V2_4_1
Deprecated.
|
V2_4_10
Deprecated.
|
V2_4_2
Deprecated.
|
V2_4_3
Deprecated.
|
V2_4_5
Deprecated.
|
V2_4_6
Deprecated.
|
V2_4_7
Deprecated.
|
V2_4_8
Deprecated.
|
V2_4_9
Deprecated.
|
V2_5_0
Deprecated.
|
V2_5_1
Deprecated.
|
V2_5_3
Deprecated.
|
V2_5_4
Deprecated.
|
V2_6_0
Deprecated.
|
V2_6_1
Deprecated.
|
V2_6_10
Deprecated.
|
V2_6_11
Deprecated.
|
V2_6_8
Deprecated.
|
V2_7_0
Deprecated.
|
V2_7_1
Deprecated.
|
V3_0_0
Deprecated.
|
V3_0_1
Deprecated.
|
V3_0_2
Deprecated.
|
V3_0_4
Deprecated.
|
V3_0_5
Deprecated.
|
V3_0_6
Deprecated.
|
V3_0_7
Deprecated.
|
V3_0_8
Deprecated.
|
V3_1_0
Deprecated.
|
V3_1_5
Deprecated.
|
V3_1_6
Deprecated.
|
V3_2_0
Deprecated.
|
V3_2_1
Deprecated.
|
V3_2_1_RC3
Deprecated.
|
V3_2_20 |
V3_3_1
Deprecated.
|
V3_4_15 |
V3_4_3
Deprecated.
|
V3_4_5
last version with solaris support
|
V3_5_5 |
V3_6_0
Deprecated.
|
V3_6_2
Deprecated.
|
V3_6_22 |
V3_6_3
Deprecated.
|
V3_6_5 |
V4_0_12 |
V4_0_2
Deprecated.
|
V4_2_13 |
V4_2_22 |
V4_2_23 |
V4_4_1
Deprecated.
|
V4_4_11 |
V4_4_13 |
V4_4_16 |
V4_4_17 |
V4_4_18 |
V4_4_5 |
V4_4_9 |
V5_0_12 |
V5_0_13 |
V5_0_14 |
V5_0_2 |
V5_0_26 |
V5_0_27 |
V5_0_29 |
V5_0_5 |
V5_0_6 |
V6_0_1 |
V6_0_12 |
V6_0_14 |
V6_0_15 |
V6_0_18 |
V6_0_2 |
V6_0_21 |
V6_0_3 |
V6_0_4 |
V6_0_5 |
V6_0_6 |
V6_0_8 |
V6_3_1_DEV |
V6_3_2_DEV |
V7_0_0 |
V7_0_0_RC1 |
V7_0_0_RC10 |
V7_0_0_RC2 |
V7_0_0_RC8 |
V7_0_1 |
V7_0_11 |
V7_0_12 |
V7_0_14 |
V7_0_17 |
V7_0_2 |
V7_0_4 |
V7_0_7 |
V7_0_8 |
V7_0_9 |
V8_0_0 |
V8_0_0_RC3 |
V8_0_0_RC7 |
V8_0_0_RC9 |
V8_0_1 |
V8_0_3 |
V8_0_5 |
Modifier and Type | Method and Description |
---|---|
String |
asInDownloadPath() |
de.flapdoodle.embed.mongo.packageresolver.FeatureSet |
features() |
Optional<de.flapdoodle.embed.mongo.packageresolver.MongotoolsVersion.Main> |
mongotoolsVersion() |
de.flapdoodle.embed.mongo.packageresolver.NumericVersion |
numericVersion() |
String |
toString() |
static Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
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, valueOf
enabled
@Deprecated public static final Version V1_6_5
@Deprecated public static final Version V1_7_6
@Deprecated public static final Version V1_8_0_rc0
@Deprecated public static final Version V1_8_0
@Deprecated public static final Version V1_8_1
@Deprecated public static final Version V1_8_2_rc0
@Deprecated public static final Version V1_8_2
@Deprecated public static final Version V1_8_4
@Deprecated public static final Version V1_8_5
@Deprecated public static final Version V1_9_0
@Deprecated public static final Version V2_0_1
@Deprecated public static final Version V2_0_4
@Deprecated public static final Version V2_0_5
@Deprecated public static final Version V2_0_6
@Deprecated public static final Version V2_0_7_RC1
@Deprecated public static final Version V2_0_7
@Deprecated public static final Version V2_0_8_RC0
@Deprecated public static final Version V2_0_9
@Deprecated public static final Version V2_1_0
@Deprecated public static final Version V2_1_1
@Deprecated public static final Version V2_1_2
@Deprecated public static final Version V2_2_0_RC0
@Deprecated public static final Version V2_2_0
@Deprecated public static final Version V2_2_1
@Deprecated public static final Version V2_2_3
@Deprecated public static final Version V2_2_4
@Deprecated public static final Version V2_2_5
@Deprecated public static final Version V2_2_6
@Deprecated public static final Version V2_2_7
@Deprecated public static final Version V2_3_0
@Deprecated public static final Version V2_4_0_RC3
@Deprecated public static final Version V2_4_0
@Deprecated public static final Version V2_4_1
@Deprecated public static final Version V2_4_2
@Deprecated public static final Version V2_4_3
@Deprecated public static final Version V2_4_5
@Deprecated public static final Version V2_4_6
@Deprecated public static final Version V2_4_7
@Deprecated public static final Version V2_4_8
@Deprecated public static final Version V2_4_9
@Deprecated public static final Version V2_4_10
@Deprecated public static final Version V2_5_0
@Deprecated public static final Version V2_5_1
@Deprecated public static final Version V2_5_3
@Deprecated public static final Version V2_5_4
@Deprecated public static final Version V2_6_0
@Deprecated public static final Version V2_6_1
@Deprecated public static final Version V2_6_8
@Deprecated public static final Version V2_6_10
@Deprecated public static final Version V2_6_11
@Deprecated public static final Version V2_7_0
@Deprecated public static final Version V2_7_1
@Deprecated public static final Version V3_0_0
@Deprecated public static final Version V3_0_1
@Deprecated public static final Version V3_0_2
@Deprecated public static final Version V3_0_4
@Deprecated public static final Version V3_0_5
@Deprecated public static final Version V3_0_6
@Deprecated public static final Version V3_0_7
@Deprecated public static final Version V3_0_8
@Deprecated public static final Version V3_1_0
@Deprecated public static final Version V3_1_5
@Deprecated public static final Version V3_1_6
@Deprecated public static final Version V3_2_0
@Deprecated public static final Version V3_2_1_RC3
@Deprecated public static final Version V3_2_1
public static final Version V3_2_20
@Deprecated public static final Version V3_3_1
@Deprecated public static final Version V3_4_3
public static final Version V3_4_5
public static final Version V3_4_15
public static final Version V3_5_5
@Deprecated public static final Version V3_6_0
@Deprecated public static final Version V3_6_2
@Deprecated public static final Version V3_6_3
public static final Version V3_6_5
public static final Version V3_6_22
@Deprecated public static final Version V4_0_2
public static final Version V4_0_12
public static final Version V4_2_13
public static final Version V4_2_22
public static final Version V4_2_23
@Deprecated public static final Version V4_4_1
public static final Version V4_4_5
public static final Version V4_4_9
public static final Version V4_4_11
public static final Version V4_4_13
public static final Version V4_4_16
public static final Version V4_4_17
public static final Version V4_4_18
public static final Version V5_0_2
public static final Version V5_0_5
public static final Version V5_0_6
public static final Version V5_0_12
public static final Version V5_0_13
public static final Version V5_0_14
public static final Version V5_0_26
public static final Version V5_0_27
public static final Version V5_0_29
public static final Version V6_0_1
public static final Version V6_0_2
public static final Version V6_0_3
public static final Version V6_0_4
public static final Version V6_0_5
public static final Version V6_0_6
public static final Version V6_0_8
public static final Version V6_0_12
public static final Version V6_0_14
public static final Version V6_0_15
public static final Version V6_0_18
public static final Version V6_0_21
public static final Version V6_3_1_DEV
public static final Version V6_3_2_DEV
public static final Version V7_0_0_RC1
public static final Version V7_0_0_RC2
public static final Version V7_0_0_RC8
public static final Version V7_0_0_RC10
public static final Version V7_0_0
public static final Version V7_0_1
public static final Version V7_0_2
public static final Version V7_0_4
public static final Version V7_0_7
public static final Version V7_0_8
public static final Version V7_0_9
public static final Version V7_0_11
public static final Version V7_0_12
public static final Version V7_0_14
public static final Version V7_0_17
public static final Version V8_0_0_RC3
public static final Version V8_0_0_RC7
public static final Version V8_0_0_RC9
public static final Version V8_0_0
public static final Version V8_0_1
public static final Version V8_0_3
public static final Version V8_0_5
@Deprecated public static final Version LATEST_NIGHTLY
public static Version[] values()
for (Version c : Version.values()) System.out.println(c);
public static Version 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 Optional<de.flapdoodle.embed.mongo.packageresolver.MongotoolsVersion.Main> mongotoolsVersion()
mongotoolsVersion
in interface de.flapdoodle.embed.mongo.packageresolver.HasMongotoolsPackage
public String asInDownloadPath()
asInDownloadPath
in interface de.flapdoodle.embed.process.distribution.Version
public de.flapdoodle.embed.mongo.packageresolver.NumericVersion numericVersion()
numericVersion
in interface IFeatureAwareVersion
public de.flapdoodle.embed.mongo.packageresolver.FeatureSet features()
features
in interface IFeatureAwareVersion
Copyright © 2025. All rights reserved.