public static enum Version.Main extends Enum<Version.Main> implements de.flapdoodle.embed.process.distribution.IVersion
| Enum Constant and Description |
|---|
PRODUCTION |
V10 |
V11
11 for Mac OS X and Windows x86-64 only because EnterpriseDB reduced the
supported platforms
on their
binary download site.
|
V9_5
Deprecated.
|
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.
|
@Deprecated 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 final Version.Main V11
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.