public interface BootstrapStatusProvider
Modifier and Type | Method and Description |
---|---|
void |
bootstrapDatabase(com.atlassian.config.db.DatabaseDetails databaseDetails,
boolean flag) |
boolean |
databaseContainsExistingData(Connection var1) |
com.atlassian.config.ApplicationConfiguration |
getApplicationConfig() |
String |
getApplicationHome() |
String |
getFilePathProperty(String var1) |
String |
getHibernateDialect()
Returns the SQL dialect being used by Hibernate.
|
Object |
getProperty(String var1) |
com.atlassian.config.setup.SetupPersister |
getSetupPersister() |
String |
getWebAppContextPath() |
boolean |
isBootstrapped() |
boolean |
isSetupComplete() |
boolean |
isWebAppContextPathSet() |
boolean isSetupComplete()
boolean isBootstrapped()
String getHibernateDialect()
AvailableSettings.DIALECT
String getWebAppContextPath()
boolean isWebAppContextPathSet()
com.atlassian.config.ApplicationConfiguration getApplicationConfig()
com.atlassian.config.setup.SetupPersister getSetupPersister()
String getApplicationHome()
void bootstrapDatabase(com.atlassian.config.db.DatabaseDetails databaseDetails, boolean flag) throws com.atlassian.config.bootstrap.BootstrapException
com.atlassian.config.bootstrap.BootstrapException
boolean databaseContainsExistingData(Connection var1)
Copyright © 2003–2023 Atlassian. All rights reserved.