Uses of Class
de.xima.fc.config.AFileWatcher
-
Packages that use AFileWatcher Package Description de.xima.fc.config -
-
Uses of AFileWatcher in de.xima.fc.config
Methods in de.xima.fc.config that return AFileWatcher Modifier and Type Method Description static AFileWatcher
AFileWatcher. watchSingle(long delay, TimeUnit unit, File file, String name, Runnable action)
Watches a single file for changes via polling for changes in fixed intervals.
-