| ActiveWatch |
Marker interface for an active watch, in the future might get more properties you can inspect.
|
| Approximation |
|
| Watch |
Watch a path for changes.
|
| WatchEvent |
The library publishes these events to all subscribers, they are immutable and safe to share around.
|
| WatchEvent.Kind |
What happened with the file or directory
|
| WatchEventListener |
A visit like interface that allows you to only override the functions you are interested in
|
| WatchScope |
Configure the depth of the events you want to receive for a given path
|