Package org.infinispan.commons.io
Class FileWatcher
java.lang.Object
org.infinispan.commons.io.FileWatcher
- All Implemented Interfaces:
AutoCloseable
,Runnable
- Since:
- 15.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SLEEP
public static final int SLEEP- See Also:
-
-
Constructor Details
-
FileWatcher
public FileWatcher()
-
-
Method Details
-
unwatch
-
watch
-
run
public void run() -
stop
public void stop() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-