Package org.openiam.spring.property
Class OpeniamPropertySourceFactory
- java.lang.Object
-
- org.openiam.spring.property.OpeniamPropertySourceFactory
-
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class OpeniamPropertySourceFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
-
-
Constructor Summary
Constructors Constructor Description OpeniamPropertySourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<?>
createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource)
-
-
-
Method Detail
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource) throws IOException
- Specified by:
createPropertySource
in interfaceorg.springframework.core.io.support.PropertySourceFactory
- Throws:
IOException
-
-