Interface CachesConverter
-
- All Known Implementing Classes:
MoveIdeaToolToBundledToolsDirectoryConverter
,MoveInstalledToolsXmlFileToCachesConverter
public interface CachesConverter
This interface should be implemented byConverter
s 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCachesDir(String cachesDir)
-
-
-
Method Detail
-
setCachesDir
void setCachesDir(@NotNull String cachesDir)
-
-