public class FileWatcher extends Object
FileWatcher(String filePath, Runnable updatedHandler, Consumer<Throwable> errorHandler)
boolean
isRunning()
void
setRunning(boolean running)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileWatcher(String filePath, Runnable updatedHandler, Consumer<Throwable> errorHandler) throws Exception
Exception
public boolean isRunning()
public void setRunning(boolean running)
Copyright © 2020. All rights reserved.