public static enum Version.Main extends Enum<Version.Main> implements de.flapdoodle.embed.process.distribution.IVersion
| Enum Constant and Description |
|---|
DEVELOPMENT |
PRODUCTION |
V2_4
current production release
|
V2_6
development 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_4
public static final Version.Main V2_6
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.IVersionCopyright © 2013. All Rights Reserved.