public static enum Version.Main extends java.lang.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 |
|---|---|
java.lang.String |
asInDownloadPath() |
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.
|
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(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.IVersionCopyright © 2013. All Rights Reserved.