Skip navigation links
A B C D F G H I L N P R S T U 

A

abort(Executor) - Method in class com.atlassian.config.db.DelegatingConnection
 
AbstractConfigElement<T,C> - Class in com.atlassian.config
 
AbstractConfigElement(String, C, AbstractConfigurationPersister) - Constructor for class com.atlassian.config.AbstractConfigElement
 
AbstractConfigurationPersister - Class in com.atlassian.config
 
AbstractConfigurationPersister() - Constructor for class com.atlassian.config.AbstractConfigurationPersister
 
AbstractDom4jXmlConfigurationPersister - Class in com.atlassian.config.xml
 
AbstractDom4jXmlConfigurationPersister() - Constructor for class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
addConfigElement(Object, String) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
addConfigElement(Object, String, Object) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
addConfigElement(Object, String) - Method in interface com.atlassian.config.ConfigurationPersister
 
addConfigMapping(Class<?>, Class<?>) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
addConfigMapping(Class<?>, Class<?>) - Method in interface com.atlassian.config.ConfigurationPersister
 
afterConfigurationLoaded() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Extension point for initialization performed after configuration is loaded
ApplicationConfig - Class in com.atlassian.config
 
ApplicationConfig() - Constructor for class com.atlassian.config.ApplicationConfig
 
applicationConfig - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
ApplicationConfiguration - Interface in com.atlassian.config
 
ApplicationStartedEvent - Class in com.atlassian.config.lifecycle.events
Event produced when the application has completed starting up, and all life-cycle event plug-ins have had their start-up methods called successfully.
ApplicationStartedEvent(Object) - Constructor for class com.atlassian.config.lifecycle.events.ApplicationStartedEvent
 
ApplicationStoppedEvent - Class in com.atlassian.config.lifecycle.events
Event produced when the application has shut down, and all the life-cycle plug-ins have had their shutdown methods called.
ApplicationStoppedEvent(Object) - Constructor for class com.atlassian.config.lifecycle.events.ApplicationStoppedEvent
 
ApplicationStoppingEvent - Class in com.atlassian.config.lifecycle.events
Event produced when the application is about to shut down, before any shutdown life-cycle plug-ins are run.
ApplicationStoppingEvent(Object) - Constructor for class com.atlassian.config.lifecycle.events.ApplicationStoppingEvent
 
AtlassianBootstrapManager - Interface in com.atlassian.config.bootstrap
Parent BootstrapManaager

B

booleanRequiresSubstitution() - Method in class com.atlassian.config.db.HibernateConfig
 
bootstrapDatabase(DatabaseDetails, boolean) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
bootstrapDatabase(DatabaseDetails, boolean) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Mediates the call to HibernateConfigurator's instance method, configureDatabase(dbDetails, embedded)
bootstrapDatasource(String, String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
bootstrapDatasource(String, String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Mediates the call to HibernateConfigurator's instance method, configureDatasource(datasourceName, hibernateDialect)
BootstrapException - Exception in com.atlassian.config.bootstrap
BootstrapException: reports exceptions for any bootstrapping activities.
BootstrapException() - Constructor for exception com.atlassian.config.bootstrap.BootstrapException
 
BootstrapException(String) - Constructor for exception com.atlassian.config.bootstrap.BootstrapException
 
BootstrapException(Throwable) - Constructor for exception com.atlassian.config.bootstrap.BootstrapException
 
BootstrapException(String, Throwable) - Constructor for exception com.atlassian.config.bootstrap.BootstrapException
 
bootstrapFailureReason - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
bootstrapped - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
BootstrappedContainerContext - Class in com.atlassian.config.spring
 
BootstrappedContainerContext() - Constructor for class com.atlassian.config.spring.BootstrappedContainerContext
 
BootstrappedContextLoader - Class in com.atlassian.config.spring
 
BootstrappedContextLoader() - Constructor for class com.atlassian.config.spring.BootstrappedContextLoader
 
BootstrappedContextLoaderListener - Class in com.atlassian.config.bootstrap
If bootstrapping has been successful, and the application is fully configured, bring up the full Spring application context including Hibernate.
BootstrappedContextLoaderListener() - Constructor for class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
 
BootstrapUtils - Class in com.atlassian.config.util
 
BootstrapUtils() - Constructor for class com.atlassian.config.util.BootstrapUtils
 
buildDetailsFromProperties(Properties, String) - Static method in class com.atlassian.config.db.DatabaseDetails
 

C

canInitialiseContainer() - Method in class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
 
checkDriver() - Method in class com.atlassian.config.db.DatabaseDetails
 
checkSaveObject(T) - Method in class com.atlassian.config.AbstractConfigElement
 
clear() - Method in interface com.atlassian.config.ConfigurationPersister
 
clear() - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
clearWarnings() - Method in class com.atlassian.config.db.DelegatingConnection
 
close() - Method in class com.atlassian.config.db.DelegatingConnection
 
closeContext() - Static method in class com.atlassian.config.util.BootstrapUtils
 
com.atlassian.config - package com.atlassian.config
 
com.atlassian.config.bootstrap - package com.atlassian.config.bootstrap
 
com.atlassian.config.db - package com.atlassian.config.db
 
com.atlassian.config.lifecycle - package com.atlassian.config.lifecycle
Manages tasks related to the startup and shutdown of the application.
com.atlassian.config.lifecycle.events - package com.atlassian.config.lifecycle.events
 
com.atlassian.config.setup - package com.atlassian.config.setup
 
com.atlassian.config.spring - package com.atlassian.config.spring
 
com.atlassian.config.util - package com.atlassian.config.util
 
com.atlassian.config.xml - package com.atlassian.config.xml
 
commit() - Method in class com.atlassian.config.db.DelegatingConnection
 
ConfigElement<T,C> - Interface in com.atlassian.config
 
configFileExists() - Method in class com.atlassian.config.ApplicationConfig
 
configFileExists() - Method in interface com.atlassian.config.ApplicationConfiguration
 
ConfigurationException - Exception in com.atlassian.config
 
ConfigurationException(String) - Constructor for exception com.atlassian.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.atlassian.config.ConfigurationException
 
configurationPersister - Variable in class com.atlassian.config.ApplicationConfig
 
ConfigurationPersister - Interface in com.atlassian.config
 
configureDatabase(DatabaseDetails, boolean) - Method in interface com.atlassian.config.db.HibernateConfigurator
 
configureDatasource(String, String) - Method in interface com.atlassian.config.db.HibernateConfigurator
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.config.lifecycle.LifecycleServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.config.lifecycle.LifecycleServletContextListener
 
createArrayOf(String, Object[]) - Method in class com.atlassian.config.db.DelegatingConnection
 
createBlob() - Method in class com.atlassian.config.db.DelegatingConnection
 
createClob() - Method in class com.atlassian.config.db.DelegatingConnection
 
createNClob() - Method in class com.atlassian.config.db.DelegatingConnection
 
createSQLXML() - Method in class com.atlassian.config.db.DelegatingConnection
 
createStatement() - Method in class com.atlassian.config.db.DelegatingConnection
 
createStatement(int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
createStatement(int, int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
createStruct(String, Object[]) - Method in class com.atlassian.config.db.DelegatingConnection
 

D

DATABASE_TYPE_DATASOURCE - Static variable in interface com.atlassian.config.db.HibernateConfigurator
 
DATABASE_TYPE_EMBEDDED - Static variable in interface com.atlassian.config.db.HibernateConfigurator
 
DATABASE_TYPE_STANDARD - Static variable in interface com.atlassian.config.db.HibernateConfigurator
 
databaseContainsExistingData(Connection) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
databaseContainsExistingData(Connection) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Returns true if any of the specified tables exists, otherwise false.
DatabaseDetails - Class in com.atlassian.config.db
 
DatabaseDetails() - Constructor for class com.atlassian.config.db.DatabaseDetails
 
DatabaseList - Class in com.atlassian.config.db
This class is responsible for loading a list of possible databases
DatabaseList() - Constructor for class com.atlassian.config.db.DatabaseList
By default this will load the supportedDatabases.propertie file
DatabaseList(String) - Constructor for class com.atlassian.config.db.DatabaseList
Generate database list from given file
DatabaseList.DatabaseType - Class in com.atlassian.config.db
 
DatabaseType(String, String) - Constructor for class com.atlassian.config.db.DatabaseList.DatabaseType
 
DEFAULT_APPLICATION_HOME - Static variable in class com.atlassian.config.ApplicationConfig
 
DEFAULT_CONFIG_FILE_NAME - Static variable in class com.atlassian.config.ApplicationConfig
 
DefaultAtlassianBootstrapManager - Class in com.atlassian.config.bootstrap
Generic Bootstrap Manager using Spring & Hibernate
DefaultAtlassianBootstrapManager() - Constructor for class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
DefaultDom4jXmlConfigurationPersister - Class in com.atlassian.config.xml
 
DefaultDom4jXmlConfigurationPersister() - Constructor for class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
DefaultHomeLocator - Class in com.atlassian.config
A simple strategy bean to locate the application home directory.
DefaultHomeLocator() - Constructor for class com.atlassian.config.DefaultHomeLocator
 
DefaultLifecycleContext - Class in com.atlassian.config.lifecycle
 
DefaultLifecycleContext(ServletContext) - Constructor for class com.atlassian.config.lifecycle.DefaultLifecycleContext
 
DelegatingConnection - Class in com.atlassian.config.db
Connection implementation that delegates all calls to another Connection, allowing for easy overrides of methods.
DelegatingConnection(Connection) - Constructor for class com.atlassian.config.db.DelegatingConnection
 
Dom4jXmlConfigElement<T> - Class in com.atlassian.config.xml
 
Dom4jXmlConfigElement(String, Element, AbstractDom4jXmlConfigurationPersister) - Constructor for class com.atlassian.config.xml.Dom4jXmlConfigElement
 
Dom4jXmlListConfigElement - Class in com.atlassian.config.xml
 
Dom4jXmlListConfigElement(String, Element, AbstractDom4jXmlConfigurationPersister) - Constructor for class com.atlassian.config.xml.Dom4jXmlListConfigElement
 
Dom4jXmlMapConfigElement - Class in com.atlassian.config.xml
 
Dom4jXmlMapConfigElement(String, Element, AbstractDom4jXmlConfigurationPersister) - Constructor for class com.atlassian.config.xml.Dom4jXmlMapConfigElement
 
Dom4jXmlMapEntryConfigElement - Class in com.atlassian.config.xml
 
Dom4jXmlMapEntryConfigElement(String, Element, AbstractDom4jXmlConfigurationPersister) - Constructor for class com.atlassian.config.xml.Dom4jXmlMapEntryConfigElement
 
Dom4jXmlStringConfigElement - Class in com.atlassian.config.xml
 
Dom4jXmlStringConfigElement(String, Element, AbstractDom4jXmlConfigurationPersister) - Constructor for class com.atlassian.config.xml.Dom4jXmlStringConfigElement
 

F

finishBootstrapInitialisation() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Generic extension point to run before bootstrapping can be successful.
finishSetup() - Method in interface com.atlassian.config.setup.SetupPersister
Ensures that the bootstrapManager is written to a complete state by overriding all other remaining operations.

G

getAgentJohnson() - Method in class com.atlassian.config.lifecycle.DefaultLifecycleContext
 
getAgentJohnson() - Method in interface com.atlassian.config.lifecycle.LifecycleContext
 
getApplicationConfig() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getApplicationConfig() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getApplicationConfig() - Method in class com.atlassian.config.db.HibernateConfig
 
getApplicationHome() - Method in class com.atlassian.config.ApplicationConfig
 
getApplicationHome() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getApplicationHome() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getApplicationHome() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getApplicationVersion() - Method in class com.atlassian.config.ApplicationConfig
 
getApplicationVersion() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getAutoCommit() - Method in class com.atlassian.config.db.DelegatingConnection
 
getBooleanProperty(Object) - Method in class com.atlassian.config.ApplicationConfig
 
getBooleanProperty(Object) - Method in interface com.atlassian.config.ApplicationConfiguration
 
getBootstrapContext() - Static method in class com.atlassian.config.util.BootstrapUtils
 
getBootstrapFailureReason() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getBootstrapFailureReason() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getBootstrapManager() - Static method in class com.atlassian.config.util.BootstrapUtils
 
getBuildNumber() - Method in class com.atlassian.config.ApplicationConfig
 
getBuildNumber() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getBuildNumber() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
This is the build number of the current version that the user is running under.
getBuildNumber() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getCatalog() - Method in class com.atlassian.config.db.DelegatingConnection
 
getClientInfo(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
getClientInfo() - Method in class com.atlassian.config.db.DelegatingConnection
 
getCompletedSteps() - Method in interface com.atlassian.config.setup.SetupPersister
 
getConfigElement(Class, String) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
getConfigElement(Class, String, Object) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
getConfigElement(Class, String) - Method in interface com.atlassian.config.ConfigurationPersister
 
getConfigFileName() - Method in class com.atlassian.config.DefaultHomeLocator
 
getConfigFileName() - Method in interface com.atlassian.config.HomeLocator
 
getConfigProps() - Method in class com.atlassian.config.db.DatabaseDetails
 
getConfiguration() - Method in class com.atlassian.config.AbstractConfigElement
 
getConfigurationFileName() - Method in class com.atlassian.config.ApplicationConfig
 
getConfiguredApplicationHome() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getConfiguredApplicationHome() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getContext() - Method in interface com.atlassian.config.ConfigElement
 
getContext() - Method in class com.atlassian.config.xml.Dom4jXmlConfigElement
 
getCurrentSetupStep() - Method in class com.atlassian.config.ApplicationConfig
 
getCurrentSetupStep() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getCurrentStep() - Method in interface com.atlassian.config.setup.SetupPersister
 
getDatabases() - Method in class com.atlassian.config.db.DatabaseList
 
getDatabaseUrl() - Method in class com.atlassian.config.db.DatabaseDetails
 
getDbNotes() - Method in class com.atlassian.config.db.DatabaseDetails
 
getDbUrl(DatabaseDetails) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Get the URL form the DatabaseDetails object.
getDefaults(String) - Static method in class com.atlassian.config.db.DatabaseDetails
Constructs a default db config instance based upon the contents of a properties file, expected to look something like:
getDialect() - Method in class com.atlassian.config.db.DatabaseDetails
 
getDocument() - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
getDriverClassName() - Method in class com.atlassian.config.db.DatabaseDetails
 
getElement(String) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
getExtraHibernateProperties() - Method in class com.atlassian.config.db.DatabaseDetails
 
getFilePathProperty(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getFilePathProperty(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getHibernateConfig() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getHibernateConfig() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getHibernateConfigurator() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getHibernateConfigurator() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getHibernateProperties() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getHibernateProperties() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Gets all hibernate properties from the config starting 'hibernate.'
getHibernateProperties() - Method in class com.atlassian.config.db.HibernateConfig
Gets all hibernate properties from the config starting 'hibernate.'
getHoldability() - Method in class com.atlassian.config.db.DelegatingConnection
 
getHomeLocator() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getHomePath() - Method in class com.atlassian.config.DefaultHomeLocator
Use this method to try to get the home variable.
getHomePath() - Method in interface com.atlassian.config.HomeLocator
 
getIntegerProperty(Object) - Method in class com.atlassian.config.ApplicationConfig
 
getIntegerProperty(Object) - Method in interface com.atlassian.config.ApplicationConfiguration
 
getKey() - Method in class com.atlassian.config.db.DatabaseList.DatabaseType
 
getMajorVersion() - Method in class com.atlassian.config.ApplicationConfig
 
getMajorVersion() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getMetaData() - Method in class com.atlassian.config.db.DelegatingConnection
 
getMinorVersion() - Method in class com.atlassian.config.ApplicationConfig
 
getMinorVersion() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getNetworkTimeout() - Method in class com.atlassian.config.db.DelegatingConnection
 
getNewSpringContainerContext() - Method in class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
 
getObjectClass() - Method in interface com.atlassian.config.ConfigElement
 
getObjectClass() - Method in class com.atlassian.config.xml.Dom4jXmlListConfigElement
 
getObjectClass() - Method in class com.atlassian.config.xml.Dom4jXmlMapConfigElement
 
getObjectClass() - Method in class com.atlassian.config.xml.Dom4jXmlMapEntryConfigElement
 
getObjectClass() - Method in class com.atlassian.config.xml.Dom4jXmlStringConfigElement
 
getOperation() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getOperation() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getOrMakeElement(String) - Method in class com.atlassian.config.xml.Dom4jXmlConfigElement
 
getPassword() - Method in class com.atlassian.config.db.DatabaseDetails
 
getPoolSize() - Method in class com.atlassian.config.db.DatabaseDetails
 
getProperties() - Method in class com.atlassian.config.ApplicationConfig
 
getProperties() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getPropertiesFile() - Method in class com.atlassian.config.DefaultHomeLocator
 
getPropertiesWithPrefix(String) - Method in class com.atlassian.config.ApplicationConfig
 
getPropertiesWithPrefix(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
getPropertiesWithPrefix(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getPropertiesWithPrefix(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Get a map of all properties with a given prefix.
getProperty(Object) - Method in class com.atlassian.config.ApplicationConfig
 
getProperty(Object) - Method in interface com.atlassian.config.ApplicationConfiguration
 
getProperty(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getProperty(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Get a single property.
getPropertyKeys() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getPropertyKeys() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Retrieve all property keys.
getPropertyName() - Method in class com.atlassian.config.AbstractConfigElement
 
getPropertyName() - Method in interface com.atlassian.config.ConfigElement
 
getRootContext() - Method in class com.atlassian.config.AbstractConfigurationPersister
 
getRootContext() - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
getRootName() - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
getRootName() - Method in class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
getSchema() - Method in class com.atlassian.config.db.DelegatingConnection
 
getServletContext() - Method in class com.atlassian.config.lifecycle.DefaultLifecycleContext
 
getServletContext() - Method in interface com.atlassian.config.lifecycle.LifecycleContext
 
getSetupPersister() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getSetupPersister() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getSetupType() - Method in class com.atlassian.config.ApplicationConfig
 
getSetupType() - Method in interface com.atlassian.config.ApplicationConfiguration
 
getSetupType() - Method in interface com.atlassian.config.setup.SetupPersister
 
getString(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getString(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Convenience method to retrieve a property as a string.
getStringConfigElement(String) - Method in class com.atlassian.config.AbstractConfigurationPersister
 
getStringConfigElement(String) - Method in interface com.atlassian.config.ConfigurationPersister
 
getStringConfigElement(String) - Method in class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
getTables() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
getTestDatabaseConnection(DatabaseDetails) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getTestDatabaseConnection(DatabaseDetails) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Ensure we can open a connection to the configured database.
getTestDatasourceConnection(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
getTestDatasourceConnection(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Gets a test connection to the datasource.
getTransactionIsolation() - Method in class com.atlassian.config.db.DelegatingConnection
 
getTypeMap() - Method in class com.atlassian.config.db.DelegatingConnection
 
getUncompletedSteps() - Method in interface com.atlassian.config.setup.SetupPersister
 
getUserName() - Method in class com.atlassian.config.db.DatabaseDetails
 
getValue() - Method in class com.atlassian.config.db.DatabaseList.DatabaseType
 
getWarnings() - Method in class com.atlassian.config.db.DelegatingConnection
 
getWrappedListener() - Method in class com.atlassian.config.lifecycle.ServletContextListenerWrapper
 

H

HIBERNATE_CONFIG_PREFIX - Static variable in class com.atlassian.config.db.HibernateConfig
 
HIBERNATE_SETUP - Static variable in class com.atlassian.config.db.HibernateConfig
 
hibernateConfig - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
HibernateConfig - Class in com.atlassian.config.db
Wrapper around ApplicationConfiguration to provide easy access to Hibernate configuration info
HibernateConfig() - Constructor for class com.atlassian.config.db.HibernateConfig
Do not construct.
hibernateConfigurator - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
HibernateConfigurator - Interface in com.atlassian.config.db
User: nickf Date: Nov 10, 2004 Time: 5:16:18 PM
homeLocator - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
HomeLocator - Interface in com.atlassian.config
Used to find application home properties

I

init() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
Does final initialisation of the BootstrapManager, including looking up the configured application home
init() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
init(ApplicationContext, ServletContext) - Static method in class com.atlassian.config.util.BootstrapUtils
Initialise the bootstrap manager.
isApplicationHomeValid() - Method in class com.atlassian.config.ApplicationConfig
 
isApplicationHomeValid() - Method in interface com.atlassian.config.ApplicationConfiguration
 
isApplicationHomeValid() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
isApplicationHomeValid() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
isBootstrapped() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
isBootstrapped() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
isClosed() - Method in class com.atlassian.config.db.DelegatingConnection
 
isDb2() - Method in class com.atlassian.config.db.HibernateConfig
 
isDb2Dialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isDemonstrationContentInstalled() - Method in interface com.atlassian.config.setup.SetupPersister
 
isH2() - Method in class com.atlassian.config.db.HibernateConfig
 
isH2Dialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isHibernateSetup() - Method in class com.atlassian.config.db.HibernateConfig
 
isHSQL() - Method in class com.atlassian.config.db.HibernateConfig
 
isHsqlDialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isMySql() - Method in class com.atlassian.config.db.HibernateConfig
 
isMySqlDialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isOracle() - Method in class com.atlassian.config.db.HibernateConfig
 
isOracleDialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isPostgreSql() - Method in class com.atlassian.config.db.HibernateConfig
 
isPostgreSqlDialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isPropertyTrue(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
isPropertyTrue(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
isReadOnly() - Method in class com.atlassian.config.db.DelegatingConnection
 
isSetupComplete() - Method in class com.atlassian.config.ApplicationConfig
 
isSetupComplete() - Method in interface com.atlassian.config.ApplicationConfiguration
 
isSetupComplete() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
isSetupComplete() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
This should be the first method called before any bootstrapManager logic is performed.
isSqlServer() - Method in class com.atlassian.config.db.HibernateConfig
 
isSqlServerDialect(String) - Static method in class com.atlassian.config.db.HibernateConfig
 
isStartedUp() - Method in interface com.atlassian.config.lifecycle.LifecycleManager
 
isUseCData() - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
isUsingCData() - Method in class com.atlassian.config.xml.Dom4jXmlConfigElement
 
isValid(int) - Method in class com.atlassian.config.db.DelegatingConnection
 
isWrapperFor(Class<?>) - Method in class com.atlassian.config.db.DelegatingConnection
 

L

LifecycleContext - Interface in com.atlassian.config.lifecycle
 
LifecycleEvent - Interface in com.atlassian.config.lifecycle.events
Marker interface for life-cycle related events
LifecycleItem - Interface in com.atlassian.config.lifecycle
 
LifecycleManager - Interface in com.atlassian.config.lifecycle
Manages operations that must be performed on startup and shutdown of the application.
LifecycleServletContextListener - Class in com.atlassian.config.lifecycle
Servlet context listener to synchronise lifecycle startup and shutdown with the web application.
LifecycleServletContextListener() - Constructor for class com.atlassian.config.lifecycle.LifecycleServletContextListener
 
load() - Method in class com.atlassian.config.AbstractConfigElement
 
load() - Method in class com.atlassian.config.ApplicationConfig
 
load() - Method in interface com.atlassian.config.ApplicationConfiguration
 
load() - Method in interface com.atlassian.config.ConfigElement
 
load(String, String) - Method in interface com.atlassian.config.ConfigurationPersister
 
load(InputStream) - Method in interface com.atlassian.config.ConfigurationPersister
 
load(InputStream) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
load(InputStream) - Method in class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
load(String, String) - Method in class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
loadConfig() - Method in class com.atlassian.config.AbstractConfigElement
 
loadConfig() - Method in class com.atlassian.config.xml.Dom4jXmlListConfigElement
 
loadConfig() - Method in class com.atlassian.config.xml.Dom4jXmlMapConfigElement
 
loadConfig() - Method in class com.atlassian.config.xml.Dom4jXmlMapEntryConfigElement
 
loadConfig() - Method in class com.atlassian.config.xml.Dom4jXmlStringConfigElement
 
loadDocument(File) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
loadDocument(InputStream) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
loadParentContext(ServletContext) - Method in class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
 
loadParentContext(ServletContext) - Method in class com.atlassian.config.spring.BootstrappedContextLoader
 
lookupServletHomeProperty(ServletContext) - Method in class com.atlassian.config.DefaultHomeLocator
 
lookupServletHomeProperty(ServletContext) - Method in interface com.atlassian.config.HomeLocator
 

N

nativeSQL(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
NULL_BOOLEAN_VALUE - Static variable in class com.atlassian.config.ApplicationConfig
 
NULL_INTEGER_VALUE - Static variable in class com.atlassian.config.ApplicationConfig
 

P

performPersistenceUpgrade() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Extension point for peforming custom upgardes of dB
postBootstrapDatabase() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Allows a custom actions to be performed after bootstrapping the database
prepareCall(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareCall(String, int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareCall(String, int, int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String, int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String, int, int, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class com.atlassian.config.db.DelegatingConnection
 
prepareStatement(String, String[]) - Method in class com.atlassian.config.db.DelegatingConnection
 
progessSetupStep() - Method in interface com.atlassian.config.setup.SetupPersister
 
PropertyUtils - Class in com.atlassian.config.db
 
PropertyUtils() - Constructor for class com.atlassian.config.db.PropertyUtils
 
publishConfiguration() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
publishConfiguration() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 

R

refresh() - Method in class com.atlassian.config.spring.BootstrappedContainerContext
 
releaseSavepoint(Savepoint) - Method in class com.atlassian.config.db.DelegatingConnection
 
removeProperty(Object) - Method in class com.atlassian.config.ApplicationConfig
 
removeProperty(Object) - Method in interface com.atlassian.config.ApplicationConfiguration
 
removeProperty(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
removeProperty(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Remove a single property.
reset() - Method in class com.atlassian.config.ApplicationConfig
 
reset() - Method in interface com.atlassian.config.ApplicationConfiguration
 
rollback() - Method in class com.atlassian.config.db.DelegatingConnection
 
rollback(Savepoint) - Method in class com.atlassian.config.db.DelegatingConnection
 

S

save(T) - Method in class com.atlassian.config.AbstractConfigElement
 
save() - Method in class com.atlassian.config.ApplicationConfig
 
save() - Method in interface com.atlassian.config.ApplicationConfiguration
 
save() - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
save() - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
save(T) - Method in interface com.atlassian.config.ConfigElement
 
save(String, String) - Method in interface com.atlassian.config.ConfigurationPersister
 
save(String, String) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
save(String, String) - Method in class com.atlassian.config.xml.DefaultDom4jXmlConfigurationPersister
 
saveConfig(T) - Method in class com.atlassian.config.AbstractConfigElement
 
saveConfig(List<String>) - Method in class com.atlassian.config.xml.Dom4jXmlListConfigElement
 
saveConfig(Map) - Method in class com.atlassian.config.xml.Dom4jXmlMapConfigElement
 
saveConfig(Map.Entry) - Method in class com.atlassian.config.xml.Dom4jXmlMapEntryConfigElement
 
saveConfig(String) - Method in class com.atlassian.config.xml.Dom4jXmlStringConfigElement
 
saveDocument(String, String) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
ServletContextListenerWrapper - Class in com.atlassian.config.lifecycle
Wrapper to convert a ServletContextListener into a LifecycleItem.
ServletContextListenerWrapper(ServletContextListener) - Constructor for class com.atlassian.config.lifecycle.ServletContextListenerWrapper
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.config.db.HibernateConfig
 
setApplicationHome(String) - Method in class com.atlassian.config.ApplicationConfig
 
setApplicationHome(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setAutoCommit(boolean) - Method in class com.atlassian.config.db.DelegatingConnection
 
setBootstrapContext(ApplicationContext) - Static method in class com.atlassian.config.util.BootstrapUtils
 
setBootstrapManager(AtlassianBootstrapManager) - Static method in class com.atlassian.config.util.BootstrapUtils
 
setBuildNumber(String) - Method in class com.atlassian.config.ApplicationConfig
 
setBuildNumber(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setBuildNumber(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
setBuildNumber(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setCatalog(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
setClientInfo(String, String) - Method in class com.atlassian.config.db.DelegatingConnection
 
setClientInfo(Properties) - Method in class com.atlassian.config.db.DelegatingConnection
 
setConfigFileName(String) - Method in class com.atlassian.config.DefaultHomeLocator
 
setConfigurationFileName(String) - Method in class com.atlassian.config.ApplicationConfig
 
setConfigurationFileName(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setConfigurationPersister(ConfigurationPersister) - Method in class com.atlassian.config.ApplicationConfig
 
setConfigurationPersister(ConfigurationPersister) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setContext(C) - Method in interface com.atlassian.config.ConfigElement
 
setContext(Element) - Method in class com.atlassian.config.xml.Dom4jXmlConfigElement
 
setCurrentSetupStep(String) - Method in class com.atlassian.config.ApplicationConfig
 
setCurrentSetupStep(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setDatabaseUrl(String) - Method in class com.atlassian.config.db.DatabaseDetails
 
setDbNotes(List) - Method in class com.atlassian.config.db.DatabaseDetails
 
setDemonstrationContentInstalled() - Method in interface com.atlassian.config.setup.SetupPersister
 
setDialect(String) - Method in class com.atlassian.config.db.DatabaseDetails
 
setDriverClassName(String) - Method in class com.atlassian.config.db.DatabaseDetails
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setHibernateConfigurator(HibernateConfigurator) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
setHibernateConfigurator(HibernateConfigurator) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setHoldability(int) - Method in class com.atlassian.config.db.DelegatingConnection
 
setHomeLocator(HomeLocator) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setInitialProperties(Map<String, Object>) - Method in class com.atlassian.config.ApplicationConfig
Deprecated.
setInitPropertyName(String) - Method in class com.atlassian.config.DefaultHomeLocator
 
setMajorVersion(int) - Method in class com.atlassian.config.ApplicationConfig
 
setMajorVersion(int) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setMinorVersion(int) - Method in class com.atlassian.config.ApplicationConfig
 
setMinorVersion(int) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setNetworkTimeout(Executor, int) - Method in class com.atlassian.config.db.DelegatingConnection
 
setOperation(String) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
setOperation(String) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setPassword(String) - Method in class com.atlassian.config.db.DatabaseDetails
 
setPoolSize(int) - Method in class com.atlassian.config.db.DatabaseDetails
 
setPropertiesFile(String) - Method in class com.atlassian.config.DefaultHomeLocator
 
setProperty(Object, Object) - Method in class com.atlassian.config.ApplicationConfig
 
setProperty(Object, int) - Method in class com.atlassian.config.ApplicationConfig
 
setProperty(Object, boolean) - Method in class com.atlassian.config.ApplicationConfig
 
setProperty(Object, Object) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setProperty(Object, int) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setProperty(Object, boolean) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setProperty(String, Object) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
setProperty(String, Object) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
Set a single property.
setPropertyName(String) - Method in class com.atlassian.config.AbstractConfigElement
 
setPropertyName(String) - Method in interface com.atlassian.config.ConfigElement
 
setReadOnly(boolean) - Method in class com.atlassian.config.db.DelegatingConnection
 
setSavepoint() - Method in class com.atlassian.config.db.DelegatingConnection
 
setSavepoint(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
setSchema(String) - Method in class com.atlassian.config.db.DelegatingConnection
 
setSetupComplete(boolean) - Method in class com.atlassian.config.ApplicationConfig
 
setSetupComplete(boolean) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setSetupComplete(boolean) - Method in interface com.atlassian.config.bootstrap.AtlassianBootstrapManager
 
setSetupComplete(boolean) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setSetupPersister(SetupPersister) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setSetupType(String) - Method in class com.atlassian.config.ApplicationConfig
 
setSetupType(String) - Method in interface com.atlassian.config.ApplicationConfiguration
 
setSetupType(String) - Method in interface com.atlassian.config.setup.SetupPersister
 
setTables(List) - Method in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
setTransactionIsolation(int) - Method in class com.atlassian.config.db.DelegatingConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class com.atlassian.config.db.DelegatingConnection
 
SETUP_CONTENT_BLANK - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_CONTENT_DEMO - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_CONTENT_IMPORT - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_CUSTOM - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_CONN_TYPE - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_DATASOURCE - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_EMBEDDED - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_OTHER - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_STANDARD - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_TYPE_DATASOURCE - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_TYPE_EMBEDDED - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_DB_TYPE_STANDARD - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_INSTALL_DEMO_DATA - Static variable in interface com.atlassian.config.setup.SetupPersister
An instruction to tell the Setup to install demo content
SETUP_QUICK - Static variable in interface com.atlassian.config.SetupConstants
 
SETUP_STATE_COMPLETE - Static variable in interface com.atlassian.config.setup.SetupPersister
bootstrapManager states
SETUP_TYPE_CUSTOM - Static variable in interface com.atlassian.config.setup.SetupPersister
 
SETUP_TYPE_INITIAL - Static variable in interface com.atlassian.config.setup.SetupPersister
Different configuration constants for setting up the product.
SETUP_TYPE_INSTALL - Static variable in interface com.atlassian.config.setup.SetupPersister
 
SetupConstants - Interface in com.atlassian.config
 
SetupException - Exception in com.atlassian.config.setup
 
SetupException() - Constructor for exception com.atlassian.config.setup.SetupException
 
SetupException(String) - Constructor for exception com.atlassian.config.setup.SetupException
 
SetupException(String, Throwable) - Constructor for exception com.atlassian.config.setup.SetupException
 
SetupException(Throwable) - Constructor for exception com.atlassian.config.setup.SetupException
 
setupForDatabase(String) - Method in class com.atlassian.config.db.DatabaseDetails
This method will set the dialect, pool size, and configuration properties based on a given database name.
setupPersister - Variable in class com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager
 
SetupPersister - Interface in com.atlassian.config.setup
 
setUseCData(boolean) - Method in class com.atlassian.config.xml.AbstractDom4jXmlConfigurationPersister
 
setUserName(String) - Method in class com.atlassian.config.db.DatabaseDetails
 
shutdown(LifecycleContext) - Method in interface com.atlassian.config.lifecycle.LifecycleItem
Called on application shutdown
shutDown(ServletContext) - Method in interface com.atlassian.config.lifecycle.LifecycleManager
Perform all the shutdown tasks for the application.
shutdown(LifecycleContext) - Method in class com.atlassian.config.lifecycle.ServletContextListenerWrapper
 
startup(LifecycleContext) - Method in interface com.atlassian.config.lifecycle.LifecycleItem
Called on application startup.
startUp(ServletContext) - Method in interface com.atlassian.config.lifecycle.LifecycleManager
Perform all the startup tasks for the application.
startup(LifecycleContext) - Method in class com.atlassian.config.lifecycle.ServletContextListenerWrapper
 

T

toString() - Method in class com.atlassian.config.db.DatabaseDetails
 
toString() - Method in class com.atlassian.config.db.DatabaseList.DatabaseType
 

U

unconfigureDatabase() - Method in interface com.atlassian.config.db.HibernateConfigurator
 
uniqueAllowsAnyNullValues() - Method in class com.atlassian.config.db.HibernateConfig
 
uniqueAllowsMultipleNullValues() - Method in class com.atlassian.config.db.HibernateConfig
 
unwrap(Class<T>) - Method in class com.atlassian.config.db.DelegatingConnection
 
A B C D F G H I L N P R S T U 
Skip navigation links

Copyright © 2006–2023 Atlassian. All rights reserved.