|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.impl.UnloadablePluginFactory
public final class UnloadablePluginFactory
Utility class to create UnloadablePlugin instances.
| Constructor Summary | |
|---|---|
UnloadablePluginFactory()
|
|
| Method Summary | |
|---|---|
static UnloadablePlugin |
createUnloadablePlugin(Plugin oldPlugin)
Creates an UnloadablePlugin instance from a given plugin, when there were problems loading the modules or the plugin itself |
static UnloadablePlugin |
createUnloadablePlugin(Plugin oldPlugin,
UnloadableModuleDescriptor unloadableDescriptor)
Creates an UnloadablePlugin instance from a given plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnloadablePluginFactory()
| Method Detail |
|---|
public static UnloadablePlugin createUnloadablePlugin(Plugin oldPlugin)
oldPlugin - the Plugin that is unloadable
public static UnloadablePlugin createUnloadablePlugin(Plugin oldPlugin,
UnloadableModuleDescriptor unloadableDescriptor)
oldPlugin - the Plugin that is unloadableunloadableDescriptor - the ModuleDescriptor containing the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||