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, setType
public 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-2014–2015 Pivotal, Inc.. All rights reserved.