public enum MongotoolsVersion extends Enum<MongotoolsVersion> implements de.flapdoodle.embed.process.distribution.Version
| Modifier and Type | Class and Description |
|---|---|
static class |
MongotoolsVersion.Main |
| Enum Constant and Description |
|---|
V100_5_1 |
| Modifier and Type | Method and Description |
|---|---|
String |
asInDownloadPath() |
static MongotoolsVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongotoolsVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongotoolsVersion V100_5_1
public static MongotoolsVersion[] values()
for (MongotoolsVersion c : MongotoolsVersion.values()) System.out.println(c);
public static MongotoolsVersion 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.VersionCopyright © 2021. All rights reserved.