Class ConfluenceApplicationConfig
java.lang.Object
com.atlassian.config.internal.ApplicationConfig
com.atlassian.confluence.impl.setup.ConfluenceApplicationConfig
- All Implemented Interfaces:
com.atlassian.config.ApplicationConfiguration
public class ConfluenceApplicationConfig
extends com.atlassian.config.internal.ApplicationConfig
Confluence wrapper for ApplicationConfiguration
which allows to mutate
SetupContext setupComplete state as false only during setup process.- Since:
- 9.0.0
-
Field Summary
Fields inherited from class com.atlassian.config.internal.ApplicationConfig
configurationPersister, DEFAULT_APPLICATION_HOME, DEFAULT_CONFIG_FILE_NAME, NULL_BOOLEAN_VALUE, NULL_INTEGER_VALUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.config.internal.ApplicationConfig
configFileExists, getApplicationHome, getApplicationVersion, getBooleanProperty, getBuildNumber, getConfigurationFileName, getCurrentSetupStep, getIntegerProperty, getMajorVersion, getMinorVersion, getProperties, getPropertiesWithPrefix, getProperty, getSetupType, isApplicationHomeValid, isSetupComplete, load, removeProperty, reset, save, setApplicationHome, setBuildNumber, setConfigurationFileName, setConfigurationPersister, setCurrentSetupStep, setInitialProperties, setMajorVersion, setMinorVersion, setProperty, setProperty, setProperty, setSetupType
-
Constructor Details
-
ConfluenceApplicationConfig
public ConfluenceApplicationConfig()
-
-
Method Details
-
setSetupComplete
public void setSetupComplete(boolean setupComplete) - Specified by:
setSetupCompletein interfacecom.atlassian.config.ApplicationConfiguration- Overrides:
setSetupCompletein classcom.atlassian.config.internal.ApplicationConfig
-