Class BundledPluginLoaderFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>

    public class BundledPluginLoaderFactory
    extends Object
    implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
    • Constructor Detail

      • BundledPluginLoaderFactory

        public BundledPluginLoaderFactory​(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
                                          com.atlassian.plugin.event.PluginEventManager pluginEventManager,
                                          BundledPluginsAccessor bundledPluginsAccessor)
    • Method Detail

      • getObject

        public com.atlassian.plugin.loaders.BundledPluginLoader getObject()
                                                                   throws MalformedURLException
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
        Throws:
        MalformedURLException
      • getObjectType

        public Class<com.atlassian.plugin.loaders.BundledPluginLoader> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>