| com.atlassian.plugin.loaders.DynamicPluginLoader |
Known Indirect Subclasses
| BundledPluginLoader |
Plugin loader that can find plugins via a single URL, and treats all plugins loaded from
the directory as bundled plugins, meaning they can can be upgraded, but not deleted. |
| DirectoryPluginLoader |
A plugin loader to load plugins from a directory on disk. |
| ScanningPluginLoader |
Plugin loader that delegates the detection of plugins to a Scanner instance. |
|
Class Overview
Plugin loader that supports installed plugins at runtime
Public Methods
public
abstract
String
canLoad
(PluginArtifact pluginArtifact)
Determines if this loader can load the jar.
Parameters
| pluginArtifact
| The jar to test |
Returns
- The plugin key, null if it cannot load the jar