public class PropertiesPropertySourceLoader extends Object implements PropertySourceLoader
PropertySource.| Constructor and Description |
|---|
PropertiesPropertySourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFileExtensions()
Returns the file extensions that the loader supports (excluding the '.').
|
PropertySource<?> |
load(String name,
Resource resource,
String profileToLoad,
Predicate<String[]> acceptsProfiles)
Load the resource into a property source.
|
public String[] getFileExtensions()
PropertySourceLoadergetFileExtensions in interface PropertySourceLoaderpublic PropertySource<?> load(String name, Resource resource, String profileToLoad, Predicate<String[]> acceptsProfiles) throws IOException
PropertySourceLoaderload in interface PropertySourceLoadername - the name of the property sourceresource - the resource to loadprofileToLoad - the name of the profile to load or null. The profile
can be used to load multi-document files (such as YAML). Simple property formats
should null when asked to load a profile.acceptsProfiles - predicate to determine if a particular profile is acceptednullIOException - if the source cannot be loadedCopyright © 2018 Pivotal Software, Inc.. All rights reserved.