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 profile)
Load the resource into a property source.
|
public String[] getFileExtensions()
PropertySourceLoader
getFileExtensions
in interface PropertySourceLoader
public PropertySource<?> load(String name, Resource resource, String profile) throws IOException
PropertySourceLoader
load
in interface PropertySourceLoader
name
- the name of the property sourceresource
- the resource to loadprofile
- 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.null
IOException
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.