Interface WatchedPath


  • @Immutable
    public interface WatchedPath
    A Path to watch for changes. Any time the file changes, the handler will be called.
    • Method Detail

      • getPath

        java.nio.file.Path getPath()
      • getHandler

        java.util.function.Consumer<java.nio.file.Path> getHandler()