|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.manager.DefaultPluginManager
com.atlassian.jira.plugin.JiraPluginManager
public class JiraPluginManager
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.atlassian.plugin.PluginAccessor |
|---|
com.atlassian.plugin.PluginAccessor.Descriptor |
| Field Summary | |
|---|---|
static String |
PLUGIN_LICENSE_REGISTRY
|
static String |
PLUGIN_LICENSE_TYPE_STORE
|
| Constructor Summary | |
|---|---|
JiraPluginManager(com.atlassian.plugin.manager.PluginPersistentStateStore store,
PluginLoaderFactory pluginLoaderFactory,
com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory,
PluginVersionStore pluginVersionStore,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PluginPath pluginPath,
JiraPluginSystemListener jiraPluginSystemListener)
|
|
| Method Summary | |
|---|---|
void |
disablePlugin(String key)
|
void |
disablePluginModule(String completeKey)
|
void |
disablePluginWithoutPersisting(String key)
|
void |
enablePluginModule(String completeKey)
|
void |
enablePlugins(String... keys)
|
void |
start()
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework. |
| Methods inherited from class com.atlassian.plugin.manager.DefaultPluginManager |
|---|
addPlugin, addPlugins, disablePluginInternal, disablePluginModuleState, disablePluginState, enablePlugin, enablePluginModuleState, enablePluginState, getClassLoader, getDynamicPluginClass, getDynamicResourceAsStream, getEnabledModuleDescriptorsByClass, getEnabledModuleDescriptorsByClass, getEnabledModuleDescriptorsByType, getEnabledModulesByClass, getEnabledModulesByClassAndDescriptor, getEnabledModulesByClassAndDescriptor, getEnabledPlugin, getEnabledPluginModule, getEnabledPlugins, getModuleDescriptors, getModules, getPlugin, getPluginModule, getPluginResourceAsStream, getPluginRestartState, getPlugins, getPlugins, getState, getStore, init, installPlugin, installPlugins, isPluginEnabled, isPluginModuleEnabled, isSystemPlugin, notifyModuleDisabled, notifyModuleEnabled, notifyPluginDisabled, notifyPluginEnabled, notifyUninstallPlugin, onPluginContainerUnavailable, onPluginModuleAvailable, onPluginModuleUnavailable, onPluginRefresh, onUpdateRequiresRestartState, removeStateFromStore, revertRestartRequiredChange, scanForNewPlugins, setDescriptorParserFactory, setPluginInstaller, shutdown, uninstall, uninstallNoEvent, unloadPlugin, updatePlugin, warmRestart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGIN_LICENSE_REGISTRY
public static final String PLUGIN_LICENSE_TYPE_STORE
| Constructor Detail |
|---|
public JiraPluginManager(com.atlassian.plugin.manager.PluginPersistentStateStore store,
PluginLoaderFactory pluginLoaderFactory,
com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory,
PluginVersionStore pluginVersionStore,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PluginPath pluginPath,
JiraPluginSystemListener jiraPluginSystemListener)
| Method Detail |
|---|
public void start()
throws com.atlassian.plugin.PluginException
Startable
start in interface Startablecom.atlassian.plugin.PluginExceptionpublic void enablePlugins(String... keys)
enablePlugins in interface com.atlassian.plugin.PluginControllerenablePlugins in class com.atlassian.plugin.manager.DefaultPluginManagerpublic void disablePlugin(String key)
disablePlugin in interface com.atlassian.plugin.PluginControllerdisablePlugin in class com.atlassian.plugin.manager.DefaultPluginManagerpublic void disablePluginWithoutPersisting(String key)
disablePluginWithoutPersisting in interface com.atlassian.plugin.PluginControllerdisablePluginWithoutPersisting in class com.atlassian.plugin.manager.DefaultPluginManagerpublic void disablePluginModule(String completeKey)
disablePluginModule in interface com.atlassian.plugin.PluginControllerdisablePluginModule in class com.atlassian.plugin.manager.DefaultPluginManagerpublic void enablePluginModule(String completeKey)
enablePluginModule in interface com.atlassian.plugin.PluginControllerenablePluginModule in class com.atlassian.plugin.manager.DefaultPluginManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||