Uses of Class
io.roastedroot.zerofs.AbstractWatchService
-
-
Uses of AbstractWatchService in io.roastedroot.zerofs
Subclasses of AbstractWatchService in io.roastedroot.zerofs Modifier and Type Class Description (package private) classPollingWatchServiceImplementation ofWatchServicethat polls for changes to directories at registered paths.Fields in io.roastedroot.zerofs declared as AbstractWatchService Modifier and Type Field Description private AbstractWatchServiceAbstractWatchService.Key. watcherMethods in io.roastedroot.zerofs that return AbstractWatchService Modifier and Type Method Description (package private) abstract AbstractWatchServiceWatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)Creates a newAbstractWatchServiceimplementation.(package private) AbstractWatchServiceWatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)Constructors in io.roastedroot.zerofs with parameters of type AbstractWatchService Constructor Description Key(AbstractWatchService watcher, java.nio.file.Watchable watchable, java.lang.Iterable<? extends java.nio.file.WatchEvent.Kind<?>> subscribedTypes)
-