Interface CachesConverter

  • All Known Implementing Classes:
    MoveIdeaToolToBundledToolsDirectoryConverter, MoveInstalledToolsXmlFileToCachesConverter

    public interface CachesConverter
    This interface should be implemented by Converters that need to have access to the 'caches' directory. For example, it can be useful when it's expensive to recalculate the caches from scratch after their structure has changed.

    By defaul 'caches' directory resides in the data directory, but it can be customised. This interface guarantees that correct 'caches' directory will be accessible.

    • Method Detail

      • setCachesDir

        void setCachesDir​(@NotNull
                          String cachesDir)