public class FileSystemWatcher.WatcherOptions
extends com.jniwrapper.util.FlagSet
FileSystemWatcher
Modifier and Type | Field and Description |
---|---|
static long |
NOTIFY_ATTRIBUTES |
static long |
NOTIFY_DELETE |
static long |
NOTIFY_RENAME |
static long |
NOTIFY_WRITE |
Constructor and Description |
---|
WatcherOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNotifyAttributes() |
boolean |
isNotifyDelete() |
boolean |
isNotifyRename() |
boolean |
isNotifyWrite() |
void |
reset() |
void |
setNotifyAttributes(boolean value) |
void |
setNotifyDelete(boolean value) |
void |
setNotifyRename(boolean value) |
void |
setNotifyWrite(boolean value) |
public static final long NOTIFY_WRITE
public static final long NOTIFY_DELETE
public static final long NOTIFY_RENAME
public static final long NOTIFY_ATTRIBUTES
public void reset()
public boolean isNotifyWrite()
public void setNotifyWrite(boolean value)
public boolean isNotifyDelete()
public void setNotifyDelete(boolean value)
public boolean isNotifyRename()
public void setNotifyRename(boolean value)
public boolean isNotifyAttributes()
public void setNotifyAttributes(boolean value)