public static enum WatchmanWatcher.FreshInstanceAction extends Enum<WatchmanWatcher.FreshInstanceAction>
Enum Constant and Description |
---|
NONE |
POST_OVERFLOW_EVENT |
Modifier and Type | Method and Description |
---|---|
static WatchmanWatcher.FreshInstanceAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchmanWatcher.FreshInstanceAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchmanWatcher.FreshInstanceAction NONE
public static final WatchmanWatcher.FreshInstanceAction POST_OVERFLOW_EVENT
public static WatchmanWatcher.FreshInstanceAction[] values()
for (WatchmanWatcher.FreshInstanceAction c : WatchmanWatcher.FreshInstanceAction.values()) System.out.println(c);
public static WatchmanWatcher.FreshInstanceAction 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 null