Class DatabaseClassLoadingPluginLoader

  • All Implemented Interfaces:
    com.atlassian.plugin.loaders.DiscardablePluginLoader, com.atlassian.plugin.loaders.DynamicPluginLoader, com.atlassian.plugin.loaders.PluginLoader

    public class DatabaseClassLoadingPluginLoader
    extends com.atlassian.plugin.loaders.ForwardingPluginLoader
    A plugin loader implementation that copies plugins from the PluginDataDao to a working directory on the filesystem, then delegates to ScanningPluginLoader which performs the actual class loading from this directory.