public interface

DynamicPluginLoader

implements PluginLoader
com.atlassian.plugin.loaders.DynamicPluginLoader
Known Indirect Subclasses

Class Overview

Plugin loader that supports installed plugins at runtime

Summary

Public Methods
abstract String canLoad(PluginArtifact pluginArtifact)
Determines if this loader can load the jar.
[Expand]
Inherited Methods
From interface com.atlassian.plugin.loaders.PluginLoader

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
Throws
PluginParseException If there are exceptions parsing the plugin configuration