@Override
public void initComponent() {
ScratchLog log = new ScratchLog();
ScratchConfigPersistence configPersistence = ScratchConfigPersistence.getInstance();
ScratchConfig config = configPersistence.asConfig();
fileSystem = new FileSystem(configPersistence.getScratchesFolderPath());
Ide ide = new Ide(fileSystem, log);
mrScratchManager = new MrScratchManager(ide, fileSystem, config, log);