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