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) classPollingWatchServiceImplementation ofWatchServicethat polls for changes to directories at registered paths.Fields in com.google.common.jimfs declared as AbstractWatchService Modifier and Type Field Description private AbstractWatchServiceAbstractWatchService.Key. watcherMethods in com.google.common.jimfs 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 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)
-