Class PathsWatcher


  • public class PathsWatcher
    extends Object
    • Constructor Detail

      • PathsWatcher

        public PathsWatcher()
    • Method Detail

      • monitor

        public void monitor​(Path directory,
                            Path sourceFile,
                            Runnable action)
      • unregister

        public void unregister​(Path directory,
                               Path sourceFile,
                               Runnable action)
      • watch

        public void watch()
      • stop

        public void stop()