com.atlassian.crowd.plugin.factory
Class BundledPluginLoaderFactory
java.lang.Object
com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class BundledPluginLoaderFactory
- extends Object
- implements org.springframework.beans.factory.FactoryBean
Responsible for loading bundled plugins that
are stored in "atlassian-bundled-plugins.zip"
on the root of the classpath, or, the jars
from the crowd-home/bundled-plugins directory.
Constructor Summary |
BundledPluginLoaderFactory(com.atlassian.config.HomeLocator homeLocator,
List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
String bundledPluginFileName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundledPluginLoaderFactory
public BundledPluginLoaderFactory(com.atlassian.config.HomeLocator homeLocator,
List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
String bundledPluginFileName)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.