Class CustomSettingsManagerImpl

    • Constructor Detail

      • CustomSettingsManagerImpl

        public CustomSettingsManagerImpl​(@NotNull
                                         ServerPaths serverPaths,
                                         @NotNull
                                         FileWatcherFactory fileWatcherFactory)
    • Method Detail

      • getCustomSettings

        @NotNull
        public CustomSettings getCustomSettings​(@NotNull
                                                String name)
        Description copied from interface: CustomSettingsManager
        Returns the CustomSettings instance of the specified name.

        It is safe to use the settings in a multi-threaded environment, i.e. to get one or several instances of the same name in different threads and access them concurrently.

        Specified by:
        getCustomSettings in interface CustomSettingsManager
        Parameters:
        name - the accessor name (can be the plugin name or any internal one).
        Returns:
        CustomSettings instance