|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginFactory | |
|---|---|
| com.atlassian.plugin.factories | |
| com.atlassian.plugin.loaders | |
| com.atlassian.plugin.osgi.factory | Deployers for OSGi-related plugins |
| Uses of PluginFactory in com.atlassian.plugin.factories |
|---|
| Classes in com.atlassian.plugin.factories that implement PluginFactory | |
|---|---|
class |
LegacyDynamicPluginFactory
Deploys version 1.0 plugins into the legacy custom classloader structure that gives each plugin its own classloader. |
class |
XmlDynamicPluginFactory
Deploys plugins that consist of an XML descriptor file. |
| Uses of PluginFactory in com.atlassian.plugin.loaders |
|---|
| Fields in com.atlassian.plugin.loaders with type parameters of type PluginFactory | |
|---|---|
protected List<PluginFactory> |
ScanningPluginLoader.pluginFactories
|
| Constructor parameters in com.atlassian.plugin.loaders with type arguments of type PluginFactory | |
|---|---|
BundledPluginLoader(URL zipUrl,
File pluginPath,
List<PluginFactory> pluginFactories,
PluginEventManager eventManager)
|
|
DirectoryPluginLoader(File path,
List<PluginFactory> pluginFactories,
PluginArtifactFactory pluginArtifactFactory,
PluginEventManager pluginEventManager)
Constructs a loader for a particular directory and set of deployers |
|
DirectoryPluginLoader(File path,
List<PluginFactory> pluginFactories,
PluginEventManager pluginEventManager)
Constructs a loader for a particular directory and set of deployers |
|
ScanningPluginLoader(Scanner scanner,
List<PluginFactory> pluginFactories,
PluginArtifactFactory pluginArtifactFactory,
PluginEventManager pluginEventManager)
Construct a new scanning plugin loader with no default values |
|
ScanningPluginLoader(Scanner scanner,
List<PluginFactory> pluginFactories,
PluginEventManager pluginEventManager)
Constructor that provides a default plugin artifact factory |
|
| Uses of PluginFactory in com.atlassian.plugin.osgi.factory |
|---|
| Classes in com.atlassian.plugin.osgi.factory that implement PluginFactory | |
|---|---|
class |
OsgiBundleFactory
Plugin deployer that deploys OSGi bundles that don't contain XML descriptor files |
class |
OsgiPluginFactory
Plugin loader that starts an OSGi container and loads plugins into it, wrapped as OSGi bundles. |
class |
UnloadableStaticPluginFactory
Creates unloadable plugins from static plugins. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||