public static enum Version.Main extends Enum<Version.Main> implements de.flapdoodle.embed.process.distribution.IVersion
| Enum Constant and Description |
|---|
PRODUCTION |
V10 |
V9_5 |
V9_6 |
| 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 V9_5
public static final Version.Main V9_6
public static final Version.Main V10
public static final Version.Main PRODUCTION
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 © 2018 Yandex. All rights reserved.