Interface RepositoryReader<T extends RepositoryContributor>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void load​(List<T> contributors)  
      void loadRefreshed​(List<T> contributors)
      EDT is required; because Idea file system write lock needs to be taken: File system refresh is performed for the scanned paths
      void unload​(List<T> contributors)  
    • Method Detail

      • loadRefreshed

        void loadRefreshed​(List<T> contributors)
        EDT is required; because Idea file system write lock needs to be taken: File system refresh is performed for the scanned paths
      • load

        void load​(List<T> contributors)
      • unload

        void unload​(List<T> contributors)