Class CustomSettingsImpl

  • All Implemented Interfaces:
    CustomSettings

    public class CustomSettingsImpl
    extends Object
    implements CustomSettings
    Implements the storage over the file system.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getGlobalSettings

        @NotNull
        public SettingsMapImpl getGlobalSettings()
        Description copied from interface: CustomSettings
        Returns the global settings. The actual persistent storage is not created at the moment of this call (though it may already exist), but rather on a first I/O operation.
        Specified by:
        getGlobalSettings in interface CustomSettings
        Returns:
        global settings map