public class

SetupPluginManager

extends ConfluencePluginManager
java.lang.Object
   ↳ com.atlassian.plugin.manager.DefaultPluginManager
     ↳ com.atlassian.confluence.plugin.ConfluencePluginManager
       ↳ com.atlassian.confluence.setup.SetupPluginManager

Class Overview

Cut-down plugin manager for the setup wizard, since it only need to load a limited number of plugins.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.plugin.PluginManager
Public Constructors
SetupPluginManager(PluginPersistentStateStore pluginStateStore, List<Object> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, EventPublisher eventPublisher)
Protected Methods
boolean isSetupPluginManager()
Overridden in SetupPluginManager to return true.
[Expand]
Inherited Methods
From class com.atlassian.confluence.plugin.ConfluencePluginManager
From class com.atlassian.plugin.manager.DefaultPluginManager
From class java.lang.Object
From interface com.atlassian.plugin.PluginAccessor
From interface com.atlassian.plugin.PluginController
From interface com.atlassian.plugin.PluginSystemLifecycle
From interface org.springframework.context.ApplicationContextAware
From interface org.springframework.context.ApplicationListener

Public Constructors

public SetupPluginManager (PluginPersistentStateStore pluginStateStore, List<Object> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, EventPublisher eventPublisher)

Protected Methods

protected boolean isSetupPluginManager ()

Overridden in SetupPluginManager to return true.