private static enum LauncherDiscoveryListeners.LauncherDiscoveryListenerType extends java.lang.Enum<LauncherDiscoveryListeners.LauncherDiscoveryListenerType>
Enum Constant and Description |
---|
ABORT_ON_FAILURE |
LOGGING |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Supplier<LauncherDiscoveryListener> |
creator |
private java.lang.String |
parameterValue |
Modifier and Type | Method and Description |
---|---|
static LauncherDiscoveryListeners.LauncherDiscoveryListenerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LauncherDiscoveryListeners.LauncherDiscoveryListenerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LauncherDiscoveryListeners.LauncherDiscoveryListenerType LOGGING
public static final LauncherDiscoveryListeners.LauncherDiscoveryListenerType ABORT_ON_FAILURE
private final java.lang.String parameterValue
private final java.util.function.Supplier<LauncherDiscoveryListener> creator
public static LauncherDiscoveryListeners.LauncherDiscoveryListenerType[] values()
for (LauncherDiscoveryListeners.LauncherDiscoveryListenerType c : LauncherDiscoveryListeners.LauncherDiscoveryListenerType.values()) System.out.println(c);
public static LauncherDiscoveryListeners.LauncherDiscoveryListenerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null