Class BootstrapStatusProviderImpl
java.lang.Object
com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
- All Implemented Interfaces:
BootstrapStatusProvider
- Since:
- 7.20
-
Method Summary
Modifier and TypeMethodDescriptionbooleancom.atlassian.config.ApplicationConfigurationgetFilePathProperty(String var1) Returns the SQL dialect being used by Hibernate.static BootstrapStatusProvidergetProperty(String key) com.atlassian.config.setup.SetupPersisterbooleanbooleanboolean
-
Method Details
-
getInstance
-
isSetupComplete
public boolean isSetupComplete()- Specified by:
isSetupCompletein interfaceBootstrapStatusProvider
-
isBootstrapped
public boolean isBootstrapped()- Specified by:
isBootstrappedin interfaceBootstrapStatusProvider
-
getProperty
- Specified by:
getPropertyin interfaceBootstrapStatusProvider
-
getHibernateDialect
Description copied from interface:BootstrapStatusProviderReturns the SQL dialect being used by Hibernate.- Specified by:
getHibernateDialectin interfaceBootstrapStatusProvider- Returns:
- see above
- See Also:
-
getWebAppContextPath
- Specified by:
getWebAppContextPathin interfaceBootstrapStatusProvider
-
isWebAppContextPathSet
public boolean isWebAppContextPathSet()- Specified by:
isWebAppContextPathSetin interfaceBootstrapStatusProvider
-
getApplicationConfig
public com.atlassian.config.ApplicationConfiguration getApplicationConfig()- Specified by:
getApplicationConfigin interfaceBootstrapStatusProvider
-
getSetupPersister
public com.atlassian.config.setup.SetupPersister getSetupPersister()- Specified by:
getSetupPersisterin interfaceBootstrapStatusProvider
-
getFilePathProperty
- Specified by:
getFilePathPropertyin interfaceBootstrapStatusProvider
-
getApplicationHome
- Specified by:
getApplicationHomein interfaceBootstrapStatusProvider
-
databaseContainsExistingData
- Specified by:
databaseContainsExistingDatain interfaceBootstrapStatusProvider
-