Class ManagedReloadingStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()
      Initialize the strategy.
      void refresh()
      Tells this strategy that the monitored configuration file should be refreshed.
      void reloadingPerformed()
      Notify the strategy that the file has been reloaded.
      boolean reloadingRequired()
      Checks whether reloading is required.
      void setConfiguration​(FileConfiguration configuration)
      Sets the associated configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait