Class WatcherNIO2

  • All Implemented Interfaces:
    Watcher

    public class WatcherNIO2
    extends AbstractNIO2Watcher
    NIO2 watcher implementation.

    Java 7 (NIO2) watch a directory (or tree) for changes to files.

    By http://docs.oracle.com/javase/tutorial/essential/io/examples/WatchDir.java

    Author:
    Jiri Bubnik, alpapad@gmail.com