public class ComponentImportBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Constructor and Description |
|---|
ComponentImportBeanFactoryPostProcessor(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Reads the component import index file(s) and registers the bean wrappers that represent OSGi import services
|
void |
setProfileName(String profileName) |
public ComponentImportBeanFactoryPostProcessor(org.osgi.framework.BundleContext bundleContext)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorbeanFactory - the bean factoryorg.springframework.beans.BeansException - if bad bean business happenspublic void setProfileName(String profileName)
Copyright © 2018 Atlassian. All rights reserved.