| Interface | Description |
|---|---|
| FileWatcher |
Watcher that allows receive notification about files modifications/removal for particular underlying file system.
|
| FileWatchEventListener |
FileWatcher listener that allow receive state change updates for registered resources. |
| Class | Description |
|---|---|
| DefaultFileSystemWatcher |
File watcher that monitors registered directories state using possibilities provided by
WatchService. |
| RestartableFileSystemWatcher |
File system delegate that will remember all the files that it was asked to watch
and will register them in real delegate during
RestartableFileSystemWatcher.startWatching() call. |
| SilentFileWatcher |
Silent file watcher implementation that do not perform any monitoring and can't observe any directories status or
content update.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.