Class DefaultSettingsManager

java.lang.Object
com.atlassian.confluence.setup.settings.DefaultSettingsManager
All Implemented Interfaces:
ConfluenceBandanaKeys, GlobalDescriptionManager, GlobalSettingsManager, LegacyPluginSettingsManager, SettingsManager, SpaceSettingsManager

@Deprecated public class DefaultSettingsManager extends Object implements SettingsManager, ConfluenceBandanaKeys
Deprecated.
since 7.7, replaced by DelegatingLegacySettingsManager
An implementation of SettingsManager which delegates to other implementations of the super-type interfaces.

For CONF-9959, this manager will only retrieve global and space settings from bandana if the system has been successfully upgraded. This check is done via the UpgradeManager and is done to avoid SQL on missing tables while we try and display an upgrade error to a client.