Class UnloadableStaticPluginFactory

java.lang.Object
com.atlassian.plugin.factories.AbstractPluginFactory
com.atlassian.plugin.osgi.factory.UnloadableStaticPluginFactory
All Implemented Interfaces:
PluginFactory

public final class UnloadableStaticPluginFactory extends AbstractPluginFactory
Creates unloadable plugins from static plugins. Used to handle when a static plugin (version 1) is deployed to a directory that only accepts OSGi plugins. This should be placed last in the chain of plugin factories and only if LegacyDynamicPluginFactory is not used.
Since:
2.2.3