|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySourceLoader
Strategy interface used to load a PropertySource.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||