- FileHash - Interface in io.methvin.watcher.hashing
-
An interface representing the hash of a file.
- fileHasher(FileHasher) - Method in class io.methvin.watcher.DirectoryWatcher.Builder
-
Defines the file hasher to be used by the watcher.
- FileHasher - Interface in io.methvin.watcher.hashing
-
A function to convert a Path to a hash code used to check if the file content is changed.
- fileHasher() - Method in interface io.methvin.watchservice.MacOSXListeningWatchService.Config
-
The file hasher to use to check whether files have changed.
- fileHashing(boolean) - Method in class io.methvin.watcher.DirectoryWatcher.Builder
-
Defines whether file hashing should be used to catch duplicate events.
- fileLevelEvents() - Method in interface io.methvin.watchservice.MacOSXListeningWatchService.Config
-
Request file-level notifications from the watcher.
- fileTreeVisitor(FileTreeVisitor) - Method in class io.methvin.watcher.DirectoryWatcher.Builder
-
Defines the file tree visitor to be used by the watcher.
- FileTreeVisitor - Interface in io.methvin.watcher.visitor
-
- fileTreeVisitor() - Method in interface io.methvin.watchservice.MacOSXListeningWatchService.Config
-
The file tree visitor to use in order to find files.
- FileTreeVisitor.Callback - Interface in io.methvin.watcher.visitor
-
- fromBytes(byte[]) - Static method in interface io.methvin.watcher.hashing.FileHash
-
- fromLong(long) - Static method in interface io.methvin.watcher.hashing.FileHash
-
- FSEventStreamCreate(Pointer, CarbonAPI.FSEventStreamCallback, Pointer, CFArrayRef, long, double, int) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamInvalidate(FSEventStreamRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamRef - Class in io.methvin.watchservice.jna
-
- FSEventStreamRef() - Constructor for class io.methvin.watchservice.jna.FSEventStreamRef
-
- FSEventStreamRelease(FSEventStreamRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamScheduleWithRunLoop(FSEventStreamRef, CFRunLoopRef, CFStringRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamStart(FSEventStreamRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamStop(FSEventStreamRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-
- FSEventStreamUnscheduleFromRunLoop(FSEventStreamRef, CFRunLoopRef, CFStringRef) - Method in interface io.methvin.watchservice.jna.CarbonAPI
-