com.atlassian.crowd.plugin.factory
Class DirectoryPluginLoaderFactory

java.lang.Object
  extended by com.atlassian.crowd.plugin.factory.DirectoryPluginLoaderFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class DirectoryPluginLoaderFactory
extends Object
implements org.springframework.beans.factory.FactoryBean


Constructor Summary
DirectoryPluginLoaderFactory(com.atlassian.config.HomeLocator homeLocator, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryPluginLoaderFactory

public DirectoryPluginLoaderFactory(com.atlassian.config.HomeLocator homeLocator,
                                    List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
                                    com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

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.