public class StandardWatchEventKind
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WatchEvent.Kind<Path> |
ENTRY_CREATE
Indicates that a file has been created under the watched path.
|
static WatchEvent.Kind<Path> |
ENTRY_DELETE
Indicates that a file has been deleted under the watched path.
|
static WatchEvent.Kind<Path> |
ENTRY_MODIFY
Indicates that a file under the watched path has been modified.
|
static WatchEvent.Kind<java.lang.Void> |
OVERFLOW
Indicates queue overflow in the WatchService.
|
Constructor and Description |
---|
StandardWatchEventKind() |
public static final WatchEvent.Kind<Path> ENTRY_CREATE
public static final WatchEvent.Kind<Path> ENTRY_DELETE
ExtendedWatchEventKind
public static final WatchEvent.Kind<Path> ENTRY_MODIFY
public static final WatchEvent.Kind<java.lang.Void> OVERFLOW
register()
or not.