Package com.atlassian.plugin.loaders

Interface Summary
DiscardablePluginLoader A PluginLoader which requires plugins to be discarded after load if they are not removed.
DynamicPluginLoader Plugin loader that supports installed plugins at runtime
PluginLoader Handles loading and unloading plugin artifacts from a location
 

Class Summary
BundledPluginLoader A Plugin loader that manages a set of bundled plugins, meaning that they can can be upgraded, but not deleted.
ClassPathPluginLoader Loads plugins from the classpath
DirectoryPluginLoader A plugin loader to load plugins from a directory on disk.
DirectoryScanner Scans the filesystem for changed or added plugin files and stores a map of the currently known ones.
FileListScanner A scanner that simply scans a given set of input files.
ForwardingPluginLoader  
LoaderUtils  
PermissionCheckingPluginLoader  
ScanningPluginLoader Plugin loader that delegates the detection of plugins to a Scanner instance.
SinglePluginLoader Loads a single plugin from the descriptor provided, which can either be an InputStream or a resource on the classpath.
 



Copyright © 2014 Atlassian. All rights reserved.