public static enum Version.Main extends Enum<Version.Main> implements de.flapdoodle.embed.process.distribution.IVersion
| Enum Constant and Description |
|---|
DEPRECATED
Deprecated.
|
PRODUCTION |
V2_6
legacy production release
|
V2_8
latest production release
|
V2_8_OLD
old production release
|
| Modifier and Type | Method and Description |
|---|---|
String |
asInDownloadPath() |
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.
|
public static final Version.Main V2_8
public static final Version.Main V2_8_OLD
public static final Version.Main V2_6
public static final Version.Main PRODUCTION
@Deprecated public static final Version.Main DEPRECATED
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.IVersionCopyright © 2015. All Rights Reserved.