Interface ModulesManager

  • All Known Implementing Classes:
    PropertiesModuleManager

    public interface ModulesManager
    Defines operations for managing whether a module needs to be installed or not.
    • Method Detail

      • initialize

        void initialize()
        Give the implementor a chance to initialize itself - e.g. loading data from a properties file or other resource.
      • hasFileBeenModifiedSinceLastLoaded

        boolean hasFileBeenModifiedSinceLastLoaded​(java.io.File file)
      • saveLastLoadedTimestamp

        void saveLastLoadedTimestamp​(java.io.File file,
                                     java.util.Date date)