public class OsgiPersistentCacheFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
Constructor and Description |
---|
OsgiPersistentCacheFactory(PluginDirectoryLocator pluginDirectoryLocator) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugin.osgi.container.OsgiPersistentCache |
getObject() |
Class<com.atlassian.plugin.osgi.container.OsgiPersistentCache> |
getObjectType() |
boolean |
isSingleton() |
public OsgiPersistentCacheFactory(PluginDirectoryLocator pluginDirectoryLocator)
public com.atlassian.plugin.osgi.container.OsgiPersistentCache getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
Exception
public Class<com.atlassian.plugin.osgi.container.OsgiPersistentCache> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiPersistentCache>
Copyright © 2020 Atlassian. All rights reserved.