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

Packages that use BootstrapManager
com.atlassian.confluence.admin.actions   
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.mail.jobs   
com.atlassian.confluence.pages.thumbnail   
com.atlassian.confluence.plugin   
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   
com.atlassian.confluence.util   
 

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.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)
           
 

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(java.lang.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
           
protected  BootstrapManager BackupImporter.bootstrapManager
           
 

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

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)
           
 void ExportDownloadResourceManager.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 java.io.File ConfluencePluginUtils.getBundledPluginDirectory(BootstrapManager bootstrapManager)
           
static java.io.File ConfluencePluginUtils.getPluginDirectory(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.plugin with parameters of type BootstrapManager
BundledClassLoadingPluginLoader(BootstrapManager bootstrapManager, com.atlassian.plugin.loaders.PluginFactory pluginFactory)
           
ConfluenceHomeClassLoadingPluginLoader(BootstrapManager bootstrapManager, com.atlassian.plugin.loaders.PluginFactory pluginFactory)
           
ConfluencePluginManager(com.atlassian.plugin.PluginStateStore pluginStateStore, java.util.List pluginLoaders, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, BootstrapManager bootstrapManager, boolean extractBundledPlugins)
          If you pass a String in the list of pluginLoaders, it will automagically be converted into a SinglePluginLoader for a file with that string's name.
DatabaseClassLoadingPluginLoader(BootstrapManager bootstrapManager, com.atlassian.plugin.loaders.PluginFactory pluginFactory)
           
 

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

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

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)
           
 void AdminSoapService.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 DefaultConfluenceBatchIndexer.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void ConfluenceLuceneConnection.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.search.lucene with parameters of type BootstrapManager
ConfluenceLuceneConnection(com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory analyzerFactory, BootstrapManager bootstrapManager)
           
 

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. 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. Use BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager) instead.
 

Constructors in com.atlassian.confluence.setup with parameters of type 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
 

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

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

Uses of BootstrapManager in com.atlassian.confluence.util
 

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.