Interface PropertySource
-
- All Known Implementing Classes:
EnvironmentPropertiesSource,PropertiesClassPathSource,PropertiesFileSource,SystemPropertiesSource
public interface PropertySourceThe interface for all property sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getProperties()Get a string map containing all properties from the respectivePropertySource.
-
-
-
Method Detail
-
getProperties
Map<String,String> getProperties()
Get a string map containing all properties from the respectivePropertySource.- Returns:
- The string map.
-
-