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.actions   
com.atlassian.confluence.search.didyoumean.lucene   
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.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 BackupImporter.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void BackupJob.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void CleanTempDirectoryJob.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.getOsgiFrameworkBundlesDirectory(BootstrapManager bootstrapManager)
           
static java.io.File ConfluencePluginUtils.getPluginDirectory(BootstrapManager bootstrapManager)
           
static java.io.File ConfluencePluginUtils.getPluginTempDirectory(BootstrapManager bootstrapManager)
           
 void LegacyDynamicPluginFactoryBeanFactory.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.plugin with parameters of type BootstrapManager
BundledPluginLoaderFactory(BootstrapManager bootstrapManager, java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
           
ConfluenceHomeClassLoadingPluginLoader(BootstrapManager bootstrapManager, java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
ConfluencePluginManager(com.atlassian.plugin.PluginStateStore pluginStateStore, java.util.List<java.lang.Object> pluginLoaders, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, BootstrapManager bootstrapManager, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
          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(PluginDataDao pluginDataDao, BootstrapManager bootstrapManager, java.util.List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
FelixOsgiContainerManagerFactory(BootstrapManager bootstrapManager, com.atlassian.plugin.osgi.container.PackageScannerConfiguration packageScannerConfiguration, com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider provider, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 

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)
           
 

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

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

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

Constructors in com.atlassian.confluence.search.didyoumean.lucene with parameters of type BootstrapManager
DidYouMeanLuceneConnection(BootstrapManager bootstrapManager, org.apache.lucene.analysis.Analyzer didYouMeanAnalyzer)
           
 

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. since 2.3 use BootstrapUtils.getBootstrapManager() instead.
 

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

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.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 MovePluginsToDatabaseUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void ResourceUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void CommentParentColumnUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 void MoveFormatsToDatabaseUpgradeTask.setBootstrapManager(BootstrapManager bootstrapManager)
           
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BootstrapManager
ChangeLogoStorageUpgradeTask(SettingsManager settingsManager, ResourceManager resourceManager, FileUploadManager fileUploadManager, BootstrapManager bootstrapManager, SpaceManager spaceManager)
           
 

Uses of BootstrapManager in com.atlassian.confluence.util
 

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



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