Interface QuickReloadService

All Known Implementing Classes:
DefaultQuickReloadService

public interface QuickReloadService
  • Method Details

    • startWatching

      void startWatching()
    • stopWatching

      void stopWatching()
    • addToWatch

      void addToWatch(String path)
    • installAndWatch

      void installAndWatch(String path)
    • removeFromWatch

      void removeFromWatch(String path)
    • readWatchList

      void readWatchList(String path) throws IOException
      Throws:
      IOException
    • readWatchList

      void readWatchList(byte[] content)
    • getWatchList

      List<String> getWatchList()