Class MoveIdeaToolToBundledToolsDirectoryConverter

  • All Implemented Interfaces:
    CachesConverter, Converter

    public class MoveIdeaToolToBundledToolsDirectoryConverter
    extends Object
    implements CachesConverter, Converter
    This converter moves IDEA bundled tool from "/plugins/.tools" to "/plugins/.bundledTools".

    This is needed to avoid adding IDEA to the backup file.

    The IDEA bundled tool always has "idea" tool ID. This fact is used to find the record (ToolInfo) of this tool in installedToolsState.xml file. This record is used to get the name of the package that should be moved.