public class FileSystemBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
BeanFactoryPostProcessor implementation which parse the spring
configuration and search for property values which are prefixed with
FS_PREFIX.
If such a property is found it will try to resolve the given path via the
FileSystem service and replace it.| Constructor and Description |
|---|
FileSystemBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory) |
void |
setFileSystem(FileSystem fs) |
public void setFileSystem(FileSystem fs)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansException(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.