Package io.quarkus.deployment.util
Class FSWatchUtil
java.lang.Object
io.quarkus.deployment.util.FSWatchUtil
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidobserve(Collection<FSWatchUtil.Watcher> watchers, long intervalMs) in a loop, checks for modifications in the filesvoidshutdown()
-
Constructor Details
-
FSWatchUtil
public FSWatchUtil()
-
-
Method Details
-
observe
in a loop, checks for modifications in the files- Parameters:
watchers- list ofFSWatchUtil.Watchers
-
shutdown
public void shutdown()
-