Interface WatchedPath
-
@Immutable public interface WatchedPathAPathto watch for changes. Any time the file changes, the handler will be called.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWatchedPath.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.PathgetPath()
-