public static enum PathWatcher.DirAction extends java.lang.Enum<PathWatcher.DirAction>
Modifier and Type | Method | Description |
---|---|---|
static PathWatcher.DirAction |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PathWatcher.DirAction[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathWatcher.DirAction IGNORE
public static final PathWatcher.DirAction WATCH
public static final PathWatcher.DirAction ENTER
public static PathWatcher.DirAction[] values()
for (PathWatcher.DirAction c : PathWatcher.DirAction.values()) System.out.println(c);
public static PathWatcher.DirAction 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 nullCopyright © 1995–2018 Webtide. All rights reserved.