Package org.restheart.utils
Class DirectoryWatcher
java.lang.Object
org.restheart.utils.DirectoryWatcher
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryWatcher(Path rootDir, BiConsumer<Path, WatchEvent.Kind<Path>> onEvent) -
Method Summary
-
Constructor Details
-
DirectoryWatcher
public DirectoryWatcher(Path rootDir, BiConsumer<Path, WatchEvent.Kind<Path>> onEvent) throws IOException- Throws:
IOException
-
-
Method Details