| java.lang.Object | |
| ↳ | com.atlassian.plugin.impl.UnloadablePluginFactory |
Utility class to create UnloadablePlugin instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an UnloadablePlugin instance from a given plugin, when there were problems loading the modules or the plugin itself
| |||||||||||
Creates an UnloadablePlugin instance from a given plugin.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an UnloadablePlugin instance from a given plugin, when there were problems loading the modules or the plugin itself
| oldPlugin | the Plugin that is unloadable |
|---|
Creates an UnloadablePlugin instance from a given plugin. It also allows a problematic ModuleDescriptor to be passed in, which will replace the existing descriptor with the same key in the new plugin.
| oldPlugin | the Plugin that is unloadable |
|---|---|
| unloadableDescriptor | the ModuleDescriptor containing the error |