Package | Description |
---|---|
cn.orionsec.kit.ext.watch.file |
Modifier and Type | Field and Description |
---|---|
static FileWatchEvent[] |
FileWatchEvent.ALL |
Modifier and Type | Method and Description |
---|---|
static FileWatchEvent |
FileWatchEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileWatchEvent[] |
FileWatchEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DelayFileWatcher(EventHandler handler,
FileWatchEvent... events) |
DelayFileWatcher(int delayMillis,
EventHandler handler,
FileWatchEvent... events) |
Copyright © 2024. All rights reserved.