public static enum Version.Main extends java.lang.Enum<Version.Main> implements IFeatureAwareVersion
| 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 |
V3_4 |
V3_5 |
V3_6 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asInDownloadPath() |
boolean |
enabled(Feature feature) |
static Version.Main |
valueOf(java.lang.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.
|
@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
public static final Version.Main V3_3
public static final Version.Main V3_4
public static final Version.Main V3_5
public static final Version.Main V3_6
@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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String asInDownloadPath()
asInDownloadPath in interface de.flapdoodle.embed.process.distribution.IVersionpublic boolean enabled(Feature feature)
enabled in interface IFeatureAwareVersionCopyright © 2018. All Rights Reserved.