Class OsgiPersistentCacheFactory

java.lang.Object
com.atlassian.crowd.plugin.spring.OsgiPersistentCacheFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>

public class OsgiPersistentCacheFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
  • Constructor Details

    • OsgiPersistentCacheFactory

      public OsgiPersistentCacheFactory(PluginDirectoryLocator pluginDirectoryLocator)
  • Method Details

    • getObject

      public com.atlassian.plugin.osgi.container.OsgiPersistentCache getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
      Throws:
      Exception
    • getObjectType

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

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