Interface CachesConverter
-
- All Known Implementing Classes:
MoveIdeaToolToBundledToolsDirectoryConverter,MoveInstalledToolsXmlFileToCachesConverter
public interface CachesConverterThis interface should be implemented byConverters 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 voidsetCachesDir(String cachesDir)
-
-
-
Method Detail
-
setCachesDir
void setCachesDir(@NotNull String cachesDir)
-
-