Uses of Class
com.google.common.jimfs.AbstractWatchService
-
Uses of AbstractWatchService in com.google.common.jimfs
Subclasses of AbstractWatchService in com.google.common.jimfsModifier and TypeClassDescription(package private) final class
Implementation ofWatchService
that polls for changes to directories at registered paths.Fields in com.google.common.jimfs declared as AbstractWatchServiceModifier and TypeFieldDescriptionprivate final AbstractWatchService
AbstractWatchService.Key.watcher
Methods in com.google.common.jimfs that return AbstractWatchServiceModifier and TypeMethodDescription(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 AbstractWatchServiceModifierConstructorDescriptionKey
(AbstractWatchService watcher, @Nullable Watchable watchable, Iterable<? extends WatchEvent.Kind<?>> subscribedTypes)