public interface DynamicPluginLoader extends PluginLoader
PluginLoader.isDynamicPluginLoader()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
canLoad(PluginArtifact pluginArtifact)
Determines if this loader can load the jar.
|
isDynamicPluginLoader, loadAllPlugins, loadFoundPlugins, removePlugin, supportsAddition, supportsRemovaljava.lang.String canLoad(PluginArtifact pluginArtifact) throws PluginParseException
pluginArtifact - The jar to testPluginParseException - If there are exceptions parsing the plugin configurationCopyright © 2013 Atlassian. All Rights Reserved.