public enum DockerMachineDistro extends Enum<DockerMachineDistro>
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveDistro() |
static DockerMachineDistro |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerMachineDistro[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DockerMachineDistro LINUX
public static final DockerMachineDistro OSX
public static final DockerMachineDistro WIN_64
public static DockerMachineDistro[] values()
for (DockerMachineDistro c : DockerMachineDistro.values()) System.out.println(c);
public static DockerMachineDistro 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 static String resolveDistro()
Copyright © 2018 JBoss by Red Hat. All rights reserved.