Uses of Class
com.google.common.jimfs.AbstractWatchService
-
-
Uses of AbstractWatchService in com.google.common.jimfs
Subclasses of AbstractWatchService in com.google.common.jimfs Modifier and Type Class Description (package private) class
PollingWatchService
Implementation ofWatchService
that polls for changes to directories at registered paths.Fields in com.google.common.jimfs declared as AbstractWatchService Modifier and Type Field Description private AbstractWatchService
AbstractWatchService.Key. watcher
Methods in com.google.common.jimfs that return AbstractWatchService Modifier and Type Method Description (package private) abstract AbstractWatchService
WatchServiceConfiguration. newWatchService(FileSystemView view, PathService pathService)
Creates a newAbstractWatchService
implementation.(package private) AbstractWatchService
WatchServiceConfiguration.PollingConfig. newWatchService(FileSystemView view, PathService pathService)
Constructors in com.google.common.jimfs with parameters of type AbstractWatchService Constructor Description Key(AbstractWatchService watcher, @Nullable java.nio.file.Watchable watchable, java.lang.Iterable<? extends java.nio.file.WatchEvent.Kind<?>> subscribedTypes)
-