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 classImplementation ofWatchServicethat polls for changes to directories at registered paths.Fields in com.google.common.jimfs declared as AbstractWatchServiceModifier and TypeFieldDescriptionprivate final AbstractWatchServiceAbstractWatchService.Key.watcherMethods in com.google.common.jimfs that return AbstractWatchServiceModifier and TypeMethodDescription(package private) abstract AbstractWatchServiceWatchServiceConfiguration.newWatchService(FileSystemView view, PathService pathService) Creates a newAbstractWatchServiceimplementation.(package private) AbstractWatchServiceWatchServiceConfiguration.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)