public enum NutsInstallLogAction extends Enum<NutsInstallLogAction> implements net.thevpc.nuts.NutsEnum
| Enum Constant and Description |
|---|
DEPLOY |
INSTALL |
REQUIRE |
UNDEPLOY |
UNINSTALL |
UNREQUIRE |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
static NutsInstallLogAction |
parse(String value,
NutsInstallLogAction emptyValue,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
parse(String value,
net.thevpc.nuts.NutsSession session) |
static NutsInstallLogAction |
parseLenient(String value) |
static NutsInstallLogAction |
parseLenient(String value,
NutsInstallLogAction emptyOrErrorValue) |
static NutsInstallLogAction |
parseLenient(String value,
NutsInstallLogAction emptyValue,
NutsInstallLogAction errorValue) |
static NutsInstallLogAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutsInstallLogAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NutsInstallLogAction INSTALL
public static final NutsInstallLogAction UNINSTALL
public static final NutsInstallLogAction REQUIRE
public static final NutsInstallLogAction UNREQUIRE
public static final NutsInstallLogAction DEPLOY
public static final NutsInstallLogAction UNDEPLOY
public static NutsInstallLogAction[] values()
for (NutsInstallLogAction c : NutsInstallLogAction.values()) System.out.println(c);
public static NutsInstallLogAction 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 NutsInstallLogAction parse(String value, net.thevpc.nuts.NutsSession session)
public static NutsInstallLogAction parse(String value, NutsInstallLogAction emptyValue, net.thevpc.nuts.NutsSession session)
public static NutsInstallLogAction parseLenient(String value)
public static NutsInstallLogAction parseLenient(String value, NutsInstallLogAction emptyOrErrorValue)
public static NutsInstallLogAction parseLenient(String value, NutsInstallLogAction emptyValue, NutsInstallLogAction errorValue)
public String id()
id in interface net.thevpc.nuts.NutsEnumCopyright © 2022 vpc open source initiative. All rights reserved.