public interface PropertySourceLoader
PropertySource.| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
load(String name,
org.springframework.core.io.Resource resource)
Load the resource into a property source.
|
boolean |
supports(org.springframework.core.io.Resource resource)
Returns
true if the Resource is supported. |
boolean supports(org.springframework.core.io.Resource resource)
true if the Resource is supported.org.springframework.core.env.PropertySource<?> load(String name, org.springframework.core.io.Resource resource)
name - the name of the property sourceCopyright © 2014. All rights reserved.