Package com.atlassian.confluence.setup
Interface BootstrapStatusProvider
- All Known Implementing Classes:
BootstrapStatusProviderImpl
public interface BootstrapStatusProvider
BootstrapStatusProvider is responsible to expose only required methods of DefaultBootstrapManager.
Purposely built for use in Velocity files with exposing only limited methods.
- Since:
- 7.20.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
com.atlassian.config.ApplicationConfiguration
getFilePathProperty
(String var1) Returns the SQL dialect being used by Hibernate.getProperty
(String var1) com.atlassian.config.setup.SetupPersister
boolean
boolean
boolean
-
Method Details
-
isSetupComplete
boolean isSetupComplete() -
isBootstrapped
boolean isBootstrapped() -
getProperty
-
getHibernateDialect
String getHibernateDialect()Returns the SQL dialect being used by Hibernate.- Returns:
- see above
- See Also:
-
getWebAppContextPath
String getWebAppContextPath() -
isWebAppContextPathSet
boolean isWebAppContextPathSet() -
getApplicationConfig
com.atlassian.config.ApplicationConfiguration getApplicationConfig() -
getSetupPersister
com.atlassian.config.setup.SetupPersister getSetupPersister() -
getApplicationHome
String getApplicationHome() -
getFilePathProperty
-
databaseContainsExistingData
-