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