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