Interface WatchedPath
-
@Immutable public interface WatchedPath
APath
to watch for changes. Any time the file changes, the handler will be called.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WatchedPath.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.function.Consumer<java.nio.file.Path>
getHandler()
java.nio.file.Path
getPath()
-