Interface QuickReloadService
- All Known Implementing Classes:
DefaultQuickReloadService
public interface QuickReloadService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToWatch
(String path) void
installAndWatch
(String path) void
readWatchList
(byte[] content) void
readWatchList
(String path) void
removeFromWatch
(String path) void
void
-
Method Details
-
startWatching
void startWatching() -
stopWatching
void stopWatching() -
addToWatch
-
installAndWatch
-
removeFromWatch
-
readWatchList
- Throws:
IOException
-
readWatchList
void readWatchList(byte[] content) -
getWatchList
-