| java.lang.Object | ||
| ↳ | com.atlassian.plugin.impl.AbstractPlugin | |
| ↳ | com.atlassian.plugin.impl.DefaultDynamicPlugin | |
A dynamically loaded plugin is loaded through the plugin class loader.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.plugin.Plugin
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since 2.2.0, use
getPluginArtifact() instead
| |||||||||||
Whether the plugin is a "bundled" plugin that can't be removed.
| |||||||||||
This plugin is dynamically loaded, so returns true.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform any internal uninstallation logic.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Whether the plugin is a "bundled" plugin that can't be removed.
true if this plugin is a "bundled" plugin.
This plugin is dynamically loaded, so returns true.
Perform any internal uninstallation logic. Subclasses should only throw
PluginException.