public class PluginRegistryFactoryBean<T extends Plugin<S>,S> extends AbstractTypeAwareSupport<T> implements org.springframework.beans.factory.FactoryBean<PluginRegistry<T,S>>
| Constructor and Description |
|---|
PluginRegistryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
OrderAwarePluginRegistry<T,S> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
afterPropertiesSet, getBeans, onApplicationEvent, setApplicationContext, setExclusions, setTypepublic OrderAwarePluginRegistry<T,S> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<PluginRegistry<T extends Plugin<S>,S>>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<PluginRegistry<T extends Plugin<S>,S>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<PluginRegistry<T extends Plugin<S>,S>>Copyright © 2008-2015–2015 Pivotal Software, Inc.. All rights reserved.