| java.lang.Object | |||
| ↳ | com.atlassian.plugin.impl.AbstractPlugin | ||
| ↳ | com.atlassian.plugin.impl.StaticPlugin | ||
| ↳ | com.atlassian.plugin.impl.UnloadablePlugin | ||
This class represents a Plugin that was not able to be loaded by the PluginManager.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.plugin.Plugin
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Free any resources held by this plugin.
| |||||||||||
Static plugins loaded from the classpath can't be uninstalled.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform any internal uninstallation logic.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.plugin.impl.StaticPlugin
| |||||||||||
From class
com.atlassian.plugin.impl.AbstractPlugin
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.Plugin
| |||||||||||
From interface
com.atlassian.plugin.Resourced
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
| text | The error text |
|---|
Free any resources held by this plugin. To be called during uninstallation of the Plugin.
Static plugins loaded from the classpath can't be uninstalled.
Perform any internal uninstallation logic. Subclasses should only throw
PluginException.