Searched defs:WatchDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/file/
H A DWatchDir.java51 public class WatchDir { class
93 WatchDir(Path dir, boolean recursive) throws IOException { method in class:WatchDir
164 System.err.println("usage: java WatchDir [-r] dir");
183 new WatchDir(dir, recursive).processEvents();

Completed in 517 milliseconds