com.intellij.openapi.components
Interface SettingsSavingComponent

All Known Implementing Classes:
FileTypeManager, LocalVcs, StatisticsManager

public interface SettingsSavingComponent

Component which implements this interfaces will be asked to save (save()) custom settings (in their own custom way) when Application.saveSettings() (for Application level components) or Project.save() (for Project level compoents) is invoked.

See Also:
BaseComponent

Method Summary
 void save()
           
 

Method Detail

save

void save()