|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginLoader | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.loaders | |
| com.atlassian.plugin.manager | |
| Uses of PluginLoader in com.atlassian.plugin |
|---|
| Constructor parameters in com.atlassian.plugin with type arguments of type PluginLoader | |
|---|---|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager)
Deprecated. |
|
| Uses of PluginLoader in com.atlassian.plugin.loaders |
|---|
| Subinterfaces of PluginLoader in com.atlassian.plugin.loaders | |
|---|---|
interface |
DiscardablePluginLoader
A PluginLoader which requires plugins to be discarded after load if they are not removed. |
interface |
DynamicPluginLoader
Plugin loader that supports installed plugins at runtime |
| Classes in com.atlassian.plugin.loaders that implement PluginLoader | |
|---|---|
class |
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. |
class |
ClassPathPluginLoader
Loads plugins from the classpath |
class |
DirectoryPluginLoader
A plugin loader to load plugins from a directory on disk. |
class |
ForwardingPluginLoader
|
class |
PermissionCheckingPluginLoader
|
class |
ScanningPluginLoader
Plugin loader that delegates the detection of plugins to a Scanner instance. |
class |
SinglePluginLoader
Loads a single plugin from the descriptor provided, which can either be an InputStream or a resource on the classpath. |
| Methods in com.atlassian.plugin.loaders that return PluginLoader | |
|---|---|
protected PluginLoader |
ForwardingPluginLoader.delegate()
|
| Constructors in com.atlassian.plugin.loaders with parameters of type PluginLoader | |
|---|---|
ForwardingPluginLoader(PluginLoader delegate)
|
|
PermissionCheckingPluginLoader(PluginLoader delegate)
|
|
| Uses of PluginLoader in com.atlassian.plugin.manager |
|---|
| Methods in com.atlassian.plugin.manager with parameters of type PluginLoader | |
|---|---|
protected void |
DefaultPluginManager.addPlugin(PluginLoader loader,
Plugin plugin)
Deprecated. Since 2.0.2, use #addPlugins(PluginLoader,Collection instead |
protected void |
DefaultPluginManager.addPlugins(PluginLoader loader,
java.util.Collection<Plugin> pluginsToInstall)
Update the local plugin state and enable state aware modules. |
| Constructor parameters in com.atlassian.plugin.manager with type arguments of type PluginLoader | |
|---|---|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager)
|
|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
boolean verifyRequiredPlugins)
|
|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
PluginExceptionInterception pluginExceptionInterception)
|
|
DefaultPluginManager(PluginPersistentStateStore store,
java.util.List<PluginLoader> pluginLoaders,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
PluginExceptionInterception pluginExceptionInterception,
boolean verifyRequiredPlugins)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||