|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.atlassian.plugin.loaders.ForwardingPluginLoader
com.atlassian.plugin.loaders.PermissionCheckingPluginLoader
public final class PermissionCheckingPluginLoader
| Constructor Summary | |
|---|---|
PermissionCheckingPluginLoader(PluginLoader delegate)
|
|
| Method Summary | |
|---|---|
java.lang.Iterable<Plugin> |
loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
Loads all plugins that can be installed in the plugin system. |
java.lang.Iterable<Plugin> |
loadFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
Load all newly found plugins that can be installed in the plugin system. |
void |
removePlugin(Plugin plugin)
Remove a specific plugin |
| Methods inherited from class com.atlassian.plugin.loaders.ForwardingPluginLoader |
|---|
canLoad, delegate, discardPlugin, isDynamicPluginLoader, supportsAddition, supportsRemoval |
| Methods inherited from class com.google.common.collect.ForwardingObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PermissionCheckingPluginLoader(PluginLoader delegate)
| Method Detail |
|---|
public java.lang.Iterable<Plugin> loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
throws PluginParseException
PluginLoader
loadAllPlugins in interface PluginLoaderloadAllPlugins in class ForwardingPluginLoadermoduleDescriptorFactory - the factory for module descriptors
PluginParseException - if any error occurred loading plugins
public java.lang.Iterable<Plugin> loadFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
throws PluginParseException
PluginLoader
loadFoundPlugins in interface PluginLoaderloadFoundPlugins in class ForwardingPluginLoadermoduleDescriptorFactory - the factory for module descriptors
PluginParseException - if any error occurred loading plugins
public void removePlugin(Plugin plugin)
throws PluginException
PluginLoader
removePlugin in interface PluginLoaderremovePlugin in class ForwardingPluginLoaderPluginException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||