SubsystemWithClassLoaderState.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:alfresco-utility 作者:
protected void populateSubsystemBeanFactory(final ConfigurableListableBeanFactory beanFactory)
{
    try
    {
        // build effective properties
        final PropertiesFactoryBean factory = new PropertiesFactoryBean();
        factory.setPropertiesArray(new Properties[] { this.fixedConfigProperties, this.runtimeProperties });
        factory.afterPropertiesSet();
        final Properties subsystemProperties = factory.getObject();
        beanFactory.registerSingleton(BEAN_NAME_SUBSYSTEM_PROPERTIES, subsystemProperties);
    }
    catch (final IOException e)
    {
        throw new AlfrescoRuntimeException("Error instantiating effective subsystem properties", e);
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号