Index

B C D E G H M R T U V W 
All Classes and Interfaces|All Packages

B

build() - Method in class com.helixframework.file.watcher.DirWatcher.Builder
Creates an instance of DirWatcher.
builder() - Static method in class com.helixframework.file.watcher.DirWatcher
Creates an instance of DirWatcher.
Builder() - Constructor for class com.helixframework.file.watcher.DirWatcher.Builder
 

C

com.helixframework.file.watcher - package com.helixframework.file.watcher
 
CREATE - Enum constant in enum class com.helixframework.file.watcher.WatchEventType
 

D

DELETE - Enum constant in enum class com.helixframework.file.watcher.WatchEventType
 
dir(Path) - Method in class com.helixframework.file.watcher.DirWatcher.Builder
Watch the directory.
dir(Path, WatchEventType...) - Method in class com.helixframework.file.watcher.DirWatcher.Builder
Watch the directory, but only for the specified filesystem events.
DirBuilder(DirWatcher.Builder, Path, WatchEventType...) - Constructor for class com.helixframework.file.watcher.DirWatcher.DirBuilder
Creates a new instance of DirWatcher.DirBuilder.
DirWatcher - Class in com.helixframework.file.watcher
Watches configured directories for changes and emits a reactive stream of change events.
DirWatcher.Builder - Class in com.helixframework.file.watcher
Creates an instance of DirWatcher.
DirWatcher.DirBuilder - Class in com.helixframework.file.watcher
Sub-builder of DirWatcher.Builder for creating directory watch configurations.
DirWatchEvent - Class in com.helixframework.file.watcher
Event that is streamed from the DirWatcher on filesystem changes.
DirWatchEvent(Path, WatchEvent.Kind<?>) - Constructor for class com.helixframework.file.watcher.DirWatchEvent
 

E

end() - Method in class com.helixframework.file.watcher.DirWatcher.DirBuilder
Completes configuration of the directory monitor.
equals(Object) - Method in class com.helixframework.file.watcher.DirWatchEvent
 

G

getEventType(WatchEvent.Kind<Path>) - Static method in enum class com.helixframework.file.watcher.WatchEventType
Gets the filesystem event type based on the kind.
getKind() - Method in enum class com.helixframework.file.watcher.WatchEventType
Gets the filesystem watch event kind.
getPath() - Method in class com.helixframework.file.watcher.DirWatchEvent
 
getType() - Method in class com.helixframework.file.watcher.DirWatchEvent
 

H

hashCode() - Method in class com.helixframework.file.watcher.DirWatchEvent
 

M

MODIFY - Enum constant in enum class com.helixframework.file.watcher.WatchEventType
 

R

recursive() - Method in class com.helixframework.file.watcher.DirWatcher.DirBuilder
Search the directory recursively.

T

toString() - Method in class com.helixframework.file.watcher.DirWatchEvent
 

U

UNKNOWN - Enum constant in enum class com.helixframework.file.watcher.WatchEventType
 

V

valueOf(String) - Static method in enum class com.helixframework.file.watcher.WatchEventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.helixframework.file.watcher.WatchEventType
Returns an array containing the constants of this enum class, in the order they are declared.

W

watch() - Method in class com.helixframework.file.watcher.DirWatcher
Starts the watcher.
WatchEventType - Enum Class in com.helixframework.file.watcher
Enumeration of filesystem watch events.
B C D E G H M R T U V W 
All Classes and Interfaces|All Packages