Uses of Interface
com.mastfrog.util.file.WatchManager.RecursiveWatcher
Packages that use WatchManager.RecursiveWatcher
-
Uses of WatchManager.RecursiveWatcher in com.mastfrog.util.file
Methods in com.mastfrog.util.file that return WatchManager.RecursiveWatcherModifier and TypeMethodDescriptionWatchManager.recursiveWatch(Path root, int maxDepth, BiConsumer<Path, WatchEvent.Kind<?>> consumer, WatchEvent.Kind<?> kind, WatchEvent.Kind<?>... more) Create a new recursive watcher, already attached.