Interface PropertySourceLocator
- All Known Subinterfaces:
PropertySourceLoader
- All Known Implementing Classes:
AbstractPropertySourceLoader, CloudFoundryVcapApplicationPropertySourceLoader, CloudFoundryVcapServicesPropertySourceLoader, ConstantPropertySourceLoader, EnvJsonPropertySourceLoader, JsonPropertySourceLoader, JsonPropertySourceLoader, PropertiesPropertySourceLoader, YamlPropertySourceLoader
public interface PropertySourceLocator
An interface for beans that are capable of locating a
PropertySource instance.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionload(Environment environment) Locate aPropertySourcefor the given environment.
-
Method Details
-
load
Locate aPropertySourcefor the given environment.- Parameters:
environment- The environment- Returns:
- The located property source
-