public static enum Version.Main extends Enum<Version.Main> implements IFeatureAwareVersion
| Enum Constant and Description |
|---|
DEVELOPMENT |
LEGACY
Deprecated.
|
PRODUCTION |
V1_8
Deprecated.
|
V2_0
Deprecated.
|
V2_1
Deprecated.
|
V2_2 |
V2_3
Deprecated.
|
V2_4 |
V2_5
Deprecated.
|
V2_6
Deprecated.
|
V2_7
Deprecated.
|
V3_0
Latest production release
|
V3_1
Latest development release
|
| Modifier and Type | Method and Description |
|---|---|
String |
asInDownloadPath() |
boolean |
enabled(Feature feature) |
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.
|
@Deprecated public static final Version.Main V1_8
@Deprecated public static final Version.Main V2_0
@Deprecated public static final Version.Main V2_1
public static final Version.Main V2_2
@Deprecated public static final Version.Main V2_3
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
public static final Version.Main V3_0
public static final Version.Main V3_1
@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.IVersionpublic boolean enabled(Feature feature)
enabled in interface IFeatureAwareVersionCopyright © 2015. All Rights Reserved.