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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSetupComplete(boolean setupComplete)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceApplicationConfig

      public ConfluenceApplicationConfig()
  • Method Details

    • setSetupComplete

      public void setSetupComplete(boolean setupComplete)
      Specified by:
      setSetupComplete in interface com.atlassian.config.ApplicationConfiguration
      Overrides:
      setSetupComplete in class com.atlassian.config.internal.ApplicationConfig