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

/openjdk7/jdk/make/mksample/nio/file/
H A DMakefile45 $(SAMPLE_DST_DIR)/WatchDir.java \
/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 1489 milliseconds