public interface PropertySourceLoader
PropertySource.| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
load(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(org.springframework.core.io.Resource resource)
Copyright © 2013. All rights reserved.