Uses of Interface
com.atlassian.plugin.loaders.PluginLoader
Packages that use PluginLoader
-
Uses of PluginLoader in com.atlassian.plugin.loaders
Subinterfaces of PluginLoader in com.atlassian.plugin.loadersModifier and TypeInterfaceDescriptioninterfaceA PluginLoader which requires plugins to be discarded after load if they are not removed.interfacePlugin loader that supports installed plugins at runtimeClasses in com.atlassian.plugin.loaders that implement PluginLoaderModifier and TypeClassDescriptionclassA Plugin loader that manages a set of bundled plugins, meaning that they can can be upgraded, but not deleted.classLoads plugins from the classpathclassA plugin loader to load plugins from a directory on disk.classfinal classclassA PluginLoader which manages plugins specified by a roster file.classPlugin loader that delegates the detection of plugins to a Scanner instance.classLoads 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 PluginLoaderConstructors in com.atlassian.plugin.loaders with parameters of type PluginLoaderModifierConstructorDescriptionForwardingPluginLoader(PluginLoader delegate) PermissionCheckingPluginLoader(PluginLoader delegate) -
Uses of PluginLoader in com.atlassian.plugin.manager
Methods in com.atlassian.plugin.manager with parameters of type PluginLoaderModifier and TypeMethodDescriptionprotected voidDefaultPluginManager.addPlugins(PluginLoader loader, Collection<Plugin> pluginsToInstall) Update the local plugin state and enable state aware modules.DefaultPluginManager.Builder.withPluginLoader(PluginLoader pluginLoader) Method parameters in com.atlassian.plugin.manager with type arguments of type PluginLoaderModifier and TypeMethodDescriptionDefaultPluginManager.Builder.withPluginLoaders(List<PluginLoader> pluginLoaders) Constructor parameters in com.atlassian.plugin.manager with type arguments of type PluginLoaderModifierConstructorDescriptionDefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, boolean verifyRequiredPlugins) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins, Predicate<Plugin> delayLoadOf) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, Predicate<Plugin> delayLoadOf) DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, Predicate<Plugin> delayLoadOf)