Package io.quarkus.deployment.util
Class FSWatchUtil
- java.lang.Object
-
- io.quarkus.deployment.util.FSWatchUtil
-
public class FSWatchUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFSWatchUtil.Watcher
-
Constructor Summary
Constructors Constructor Description FSWatchUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidobserve(Collection<FSWatchUtil.Watcher> watchers, long intervalMs)in a loop, checks for modifications in the filesvoidshutdown()
-
-
-
Method Detail
-
observe
public void observe(Collection<FSWatchUtil.Watcher> watchers, long intervalMs)
in a loop, checks for modifications in the files- Parameters:
watchers- list ofFSWatchUtil.Watchers
-
shutdown
public void shutdown()
-
-