public class ResourcePropertiesLoader extends Object implements PropertiesLoader
PropertiesLoader based on a Resource.| Constructor and Description |
|---|
ResourcePropertiesLoader(Resource resource) |
ResourcePropertiesLoader(String resourcesPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Properties loader description for better log messages
|
Map<String,String> |
loadProperties()
Loads properties.
|
String |
toString() |
public Map<String,String> loadProperties()
PropertiesLoaderloadProperties in interface PropertiesLoaderpublic String getDescription()
PropertiesLoadergetDescription in interface PropertiesLoaderCopyright © 2017. All Rights Reserved.