Uses of Interface
com.atlassian.confluence.setup.BootstrapManager

Packages that use BootstrapManager
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.cache.ehcache   
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.admin   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.macro   
com.atlassian.confluence.mail.jobs   
com.atlassian.confluence.pages.thumbnail   
com.atlassian.confluence.plugin   
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.renderer.v2.macros   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.lucene.queue   
com.atlassian.confluence.security   
com.atlassian.confluence.servlet   
com.atlassian.confluence.setup   
com.atlassian.confluence.setup.actions   
com.atlassian.confluence.setup.bandana   
com.atlassian.confluence.status.service   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.sal.confluence   
com.atlassian.sal.confluence.setup   
 

Uses of BootstrapManager in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions that return BootstrapManager
 BootstrapManager AdministrationConsoleAction.getBootstrapManager()
           
 

Methods in com.atlassian.confluence.admin.actions with parameters of type BootstrapManager
 void AdministrationConsoleAction.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.cache.ehcache
 

Constructors in com.atlassian.confluence.cache.ehcache with parameters of type BootstrapManager
EhCacheConfig(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return BootstrapManager
 BootstrapManager ConfluenceActionSupport.getBootstrapManager()
           
 

Methods in com.atlassian.confluence.core with parameters of type BootstrapManager
 void ConfluenceActionSupport.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.core with parameters of type BootstrapManager
DefaultContextPathHolder(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.event.events.admin
 

Methods in com.atlassian.confluence.event.events.admin that return BootstrapManager
 BootstrapManager WebDAVSettingsChangedEvent.getBootstrapManager()
           
 

Constructors in com.atlassian.confluence.event.events.admin with parameters of type BootstrapManager
WebDAVSettingsChangedEvent(Object src, BootstrapManager manager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport with parameters of type BootstrapManager
 void DefaultImportExportManager.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.importexport.impl
 

Fields in com.atlassian.confluence.importexport.impl declared as BootstrapManager
protected  BootstrapManager AbstractXmlExporter.bootstrapManager
           
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type BootstrapManager
 void CleanTempDirectoryJob.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void BackupJob.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void AbstractXmlExporter.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type BootstrapManager
ConfluenceTempDirExportFileNameGenerator(BootstrapManager bootstrapManager, String exportDirPrefix, String extension, String dateFormat, String timeFormat)
           
 

Uses of BootstrapManager in com.atlassian.confluence.importexport.resource
 

Methods in com.atlassian.confluence.importexport.resource with parameters of type BootstrapManager
 void WebImagesDownloadResourceManager.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.importexport.resource with parameters of type BootstrapManager
ExportDownloadResourceManager(BootstrapManager bootstrapManager, GateKeeper gateKeeper)
           
 

Uses of BootstrapManager in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type BootstrapManager
 void FileBackupImporter.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.macro
 

Methods in com.atlassian.confluence.macro with parameters of type BootstrapManager
 void GenericVelocityMacro.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.mail.jobs
 

Methods in com.atlassian.confluence.mail.jobs with parameters of type BootstrapManager
 void MailPollJob.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.pages.thumbnail
 

Methods in com.atlassian.confluence.pages.thumbnail with parameters of type BootstrapManager
 void DefaultThumbnailManager.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.plugin
 

Methods in com.atlassian.confluence.plugin with parameters of type BootstrapManager
static File ConfluencePluginUtils.getBundledPluginDirectory(BootstrapManager bootstrapManager)
          Deprecated. use com.atlassian.confluence.plugin.PluginDirectoryProvider#getBundledPluginDirectory If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator returns the correct confluence home even if bootstrap hasn't been initialised.
static File ConfluencePluginUtils.getPluginDirectory(BootstrapManager bootstrapManager)
          Deprecated. use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginDirectory
static File ConfluencePluginUtils.getPluginsPersistentCacheDirectory(BootstrapManager bootstrapManager)
          Deprecated. use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginsPersistentCacheDirectory If running before bootstrap use getBundledPluginDirectory(HomeLocator homeLocator), the homeLocator returns the correct confluence home even if bootstrap hasn't been initialised.
static File ConfluencePluginUtils.getPluginTempDirectory(BootstrapManager bootstrapManager)
          Deprecated. use com.atlassian.confluence.plugin.PluginDirectoryProvider#getPluginTempDirectory If running before bootstrap use getPluginTempDirectory(HomeLocator homeLocator), the homeLocator returns the correct confluence home even if bootstrap hasn't been initialised.
 

Constructors in com.atlassian.confluence.plugin with parameters of type BootstrapManager
DatabaseClassLoadingPluginLoader(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, BootstrapManager bootstrapManager, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type BootstrapManager
 void BuildNumberCondition.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.renderer.v2.macros
 

Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type BootstrapManager
 void GenericVelocityMacro.setBootstrapManager(BootstrapManager bootstrapManager)
          Deprecated.  
 

Uses of BootstrapManager in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type BootstrapManager
 void PagesSoapService.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.search.lucene
 

Methods in com.atlassian.confluence.search.lucene with parameters of type BootstrapManager
 void MultiThreadedIndexRebuilder.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.search.lucene with parameters of type BootstrapManager
TempIndexWriterStrategy(com.atlassian.core.util.ProgressWrapper progressWrapper, com.atlassian.bonnie.ILuceneConnection luceneConnection, BootstrapManager bootstrapManager, com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory analyzerFactory)
           
 

Uses of BootstrapManager in com.atlassian.confluence.search.lucene.queue
 

Methods in com.atlassian.confluence.search.lucene.queue with parameters of type BootstrapManager
 void DatabaseIndexTaskQueue.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.security
 

Methods in com.atlassian.confluence.security with parameters of type BootstrapManager
 void DefaultSetSpacePermissionChecker.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.servlet
 

Methods in com.atlassian.confluence.servlet with parameters of type BootstrapManager
 void ExportWordPageServer.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.setup
 

Classes in com.atlassian.confluence.setup that implement BootstrapManager
 class DefaultBootstrapManager
          BootstrapManager is responsible for initializing the dependencies of Confluence environment.
 

Methods in com.atlassian.confluence.setup that return BootstrapManager
static BootstrapManager BootstrapUtils.getBootstrapManager()
          Deprecated. since 2.3 use BootstrapUtils.getBootstrapManager() instead.
 

Methods in com.atlassian.confluence.setup with parameters of type BootstrapManager
 void ConfluenceLicenseRegistry.setBootstrapManager(BootstrapManager bootstrapManager)
           
static void BootstrapUtils.setBootstrapManager(BootstrapManager bootstrapManager)
          Deprecated. since 2.3 use BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager) instead.
 

Constructors in com.atlassian.confluence.setup with parameters of type BootstrapManager
BootstrapPropertiesProvider(BootstrapManager bootstrapManager)
           
ConfluenceRendererConfiguration(BootstrapManager bootstrapManager, SettingsManager settingsManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.setup.actions
 

Methods in com.atlassian.confluence.setup.actions that return BootstrapManager
 BootstrapManager AbstractSetupAction.getBootstrapManager()
           
 BootstrapManager ChecklistAction.getConfluenceSetup()
           
 

Uses of BootstrapManager in com.atlassian.confluence.setup.bandana
 

Methods in com.atlassian.confluence.setup.bandana with parameters of type BootstrapManager
 void ConfluenceBandanaPersister.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.status.service
 

Methods in com.atlassian.confluence.status.service with parameters of type BootstrapManager
 void DefaultSystemInformationService.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.upgrade.upgradetask
 

Methods in com.atlassian.confluence.upgrade.upgradetask that return BootstrapManager
 BootstrapManager ResourceUpgradeTask.getBootstrapManager()
           
 

Methods in com.atlassian.confluence.upgrade.upgradetask with parameters of type BootstrapManager
 void AttachmentFileNameUpgradeTask.setBootstrap(BootstrapManager bootstrap)
           
 void ResourceUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void MovePluginsToDatabaseUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void MoveFormatsToDatabaseUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void CommentParentColumnUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BootstrapManager
ChangeLogoStorageUpgradeTask(SettingsManager settingsManager, FileUploadManager fileUploadManager, BootstrapManager bootstrapManager, SpaceManager spaceManager, com.atlassian.bandana.BandanaManager bandanaManager)
           
DeleteMovedFormatsUpgradeTask(BootstrapManager bootstrapManager)
           
DeleteMovedPluginsUpgradeTask(BootstrapManager bootstrapManager)
           
MoveBackupSettingsToDatabaseUpgradeTask(BootstrapManager bootstrapManager, SettingsManager settingsManager)
           
 

Uses of BootstrapManager in com.atlassian.sal.confluence
 

Methods in com.atlassian.sal.confluence with parameters of type BootstrapManager
 void ConfluenceApplicationProperties.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Uses of BootstrapManager in com.atlassian.sal.confluence.setup
 

Constructors in com.atlassian.sal.confluence.setup with parameters of type BootstrapManager
ConfluenceSetupApplicationProperties(BootstrapManager bootstrapManager)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.