com.atlassian.bamboo.plugin.loaders
Class BundledPluginLoaderFactory

java.lang.Object
  extended by com.atlassian.bamboo.plugin.loaders.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 Summary
BundledPluginLoaderFactory(List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, BundledPluginsAccessor bundledPluginsAccessor)
           
 
Method Summary
 com.atlassian.plugin.loaders.BundledPluginLoader getObject()
           
 Class<com.atlassian.plugin.loaders.BundledPluginLoader> getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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>


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.