Class BootstrapStatusProviderImpl
java.lang.Object
com.atlassian.confluence.impl.setup.BootstrapStatusProviderImpl
- All Implemented Interfaces:
BootstrapStatusProvider
- Since:
- 7.20
-
Method Summary
Modifier and TypeMethodDescriptionboolean
com.atlassian.config.ApplicationConfiguration
getFilePathProperty
(String var1) Returns the SQL dialect being used by Hibernate.static BootstrapStatusProvider
getProperty
(String key) com.atlassian.config.setup.SetupPersister
boolean
boolean
boolean
-
Method Details
-
getInstance
-
isSetupComplete
public boolean isSetupComplete()- Specified by:
isSetupComplete
in interfaceBootstrapStatusProvider
-
isBootstrapped
public boolean isBootstrapped()- Specified by:
isBootstrapped
in interfaceBootstrapStatusProvider
-
getProperty
- Specified by:
getProperty
in interfaceBootstrapStatusProvider
-
getHibernateDialect
Description copied from interface:BootstrapStatusProvider
Returns the SQL dialect being used by Hibernate.- Specified by:
getHibernateDialect
in interfaceBootstrapStatusProvider
- Returns:
- see above
- See Also:
-
AvailableSettings.DIALECT
-
getWebAppContextPath
- Specified by:
getWebAppContextPath
in interfaceBootstrapStatusProvider
-
isWebAppContextPathSet
public boolean isWebAppContextPathSet()- Specified by:
isWebAppContextPathSet
in interfaceBootstrapStatusProvider
-
getApplicationConfig
public com.atlassian.config.ApplicationConfiguration getApplicationConfig()- Specified by:
getApplicationConfig
in interfaceBootstrapStatusProvider
-
getSetupPersister
public com.atlassian.config.setup.SetupPersister getSetupPersister()- Specified by:
getSetupPersister
in interfaceBootstrapStatusProvider
-
getFilePathProperty
- Specified by:
getFilePathProperty
in interfaceBootstrapStatusProvider
-
getApplicationHome
- Specified by:
getApplicationHome
in interfaceBootstrapStatusProvider
-
databaseContainsExistingData
- Specified by:
databaseContainsExistingData
in interfaceBootstrapStatusProvider
-