@ApiStatus.Internal public class DirectoryTreeWatcherImpl extends FileSystemWatcherImpl
FileSystemWatcher.WatchEventListenerwatchEventListener, watchKeyPath, watchService| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryTreeWatcherImpl(java.nio.file.Path rootPath,
FileSystemWatcher.WatchEventListener watchEventListener,
boolean flowSymbolic,
java.nio.file.WatchEvent.Kind<?>... events) |
protected |
DirectoryTreeWatcherImpl(java.nio.file.Path rootPath,
FileSystemWatcher.WatchEventListener watchEventListener,
java.util.concurrent.ThreadFactory threadFactory,
boolean flowSymbolic,
java.nio.file.WatchEvent.Kind<?>... events) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy() |
protected void |
onEvent(java.nio.file.WatchKey key,
java.nio.file.WatchEvent<java.nio.file.Path> watchEvent,
int count) |
getPath, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDirectoryTreeWatcher, newDirectoryTreeWatcher, newDirectoryWatcher, newDirectoryWatcher, newFileWatcher, newFileWatcherprotected DirectoryTreeWatcherImpl(java.nio.file.Path rootPath,
FileSystemWatcher.WatchEventListener watchEventListener,
java.util.concurrent.ThreadFactory threadFactory,
boolean flowSymbolic,
java.nio.file.WatchEvent.Kind<?>... events)
throws java.io.IOException
java.io.IOExceptionprotected DirectoryTreeWatcherImpl(java.nio.file.Path rootPath,
FileSystemWatcher.WatchEventListener watchEventListener,
boolean flowSymbolic,
java.nio.file.WatchEvent.Kind<?>... events)
throws java.io.IOException
java.io.IOExceptionprotected void destroy()
destroy in class FileSystemWatcherImplprotected void onEvent(java.nio.file.WatchKey key,
java.nio.file.WatchEvent<java.nio.file.Path> watchEvent,
int count)
onEvent in class FileSystemWatcherImpl