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