public class FileWatcher
| Constructor and Description |
|---|
FileWatcher(java.nio.file.Path filePath,
boolean callListenerAfterConstruction,
kotlin.jvm.functions.Function1<? super java.nio.file.Path,? extends java.lang.Object> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.concurrent.CompletableFuture<java.lang.Boolean> |
start() |