public class BundledPluginLoader extends ScanningPluginLoader
Depending on the URL:
.list suffix, each line in that files
is read as a path to a plugin jar.pluginArtifactFactory, pluginFactories, plugins, scanner| Constructor and Description |
|---|
BundledPluginLoader(java.net.URL zipUrl,
java.io.File pluginPath,
java.util.List<PluginFactory> pluginFactories,
PluginEventManager eventManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Plugin |
postProcess(Plugin plugin)
Template method that can be used by a specific
PluginLoader to
add information to a Plugin after it has been loaded. |
canLoad, deployPluginFromUnit, isDynamicPluginLoader, loadAllPlugins, loadFoundPlugins, onShutdown, removePlugin, shutDown, supportsAddition, supportsRemovalpublic BundledPluginLoader(java.net.URL zipUrl,
java.io.File pluginPath,
java.util.List<PluginFactory> pluginFactories,
PluginEventManager eventManager)
protected Plugin postProcess(Plugin plugin)
ScanningPluginLoaderPluginLoader to
add information to a Plugin after it has been loaded.postProcess in class ScanningPluginLoaderplugin - a plugin that has been loadedCopyright © 2013 Atlassian. All Rights Reserved.