| com.atlassian.plugin.loaders.DynamicPluginLoader |
Known Indirect Subclasses
| BundledPluginLoader |
Plugin loader that unzips plugins from a zip file into a local directory, and ensures that directory only contains
plugins from that zip file. |
| 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