Class FilesystemWatcher

java.lang.Object
is.galia.util.FilesystemWatcher

public class FilesystemWatcher extends Object
Watches a directory for changes to files contained within. Based on Watching a Directory for Changes.
  • Constructor Details

  • Method Details

    • start

      public void start()
      Starts watching for changes. This will block, so is normally invoked in a separate thread.
    • stop

      public void stop()