Class FileWatcher
- java.lang.Object
-
- org.curioswitch.common.server.framework.files.FileWatcher
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class FileWatcher extends java.lang.Object implements java.lang.AutoCloseable
A watcher of filesystem events for registeredPath
s. AllPath
s are watched on a single watcherThread
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileWatcher.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
start()
-