public class BundledPluginLoaderFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
Constructor and Description |
---|
BundledPluginLoaderFactory(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
BundledPluginsAccessor bundledPluginsAccessor) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugin.loaders.BundledPluginLoader |
getObject() |
Class<com.atlassian.plugin.loaders.BundledPluginLoader> |
getObjectType() |
boolean |
isSingleton() |
public BundledPluginLoaderFactory(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, BundledPluginsAccessor bundledPluginsAccessor)
public com.atlassian.plugin.loaders.BundledPluginLoader getObject() throws MalformedURLException
getObject
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
MalformedURLException
public Class<com.atlassian.plugin.loaders.BundledPluginLoader> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.