Uses of Interface
com.atlassian.plugin.loaders.PluginLoader

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, 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 DynamicPluginLoader
          Plugin loader that supports installed plugins at runtime
 

Classes in com.atlassian.plugin.loaders that implement PluginLoader
 class BundledPluginLoader
          Plugin loader that unzips plugins from a zip file into a local directory, and ensures that directory only contains plugins from that zip file.
 class ClassPathPluginLoader
          Loads plugins from the classpath
 class DirectoryPluginLoader
          A plugin loader to load plugins from a directory on disk.
 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.
 

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, 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, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.