Class PollingWatchService

java.lang.Object
com.google.common.jimfs.AbstractWatchService
com.google.common.jimfs.PollingWatchService
All Implemented Interfaces:
Closeable, AutoCloseable, WatchService

final class PollingWatchService extends AbstractWatchService
Implementation of WatchService that polls for changes to directories at registered paths.