Class SystemPropertiesSource
- java.lang.Object
-
- blog.softwaretester.properties.propertysource.SystemPropertiesSource
-
- All Implemented Interfaces:
PropertySource
public final class SystemPropertiesSource extends Object implements PropertySource
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties()Get a string map containing all properties from the respectivePropertySource.
-
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties()
Description copied from interface:PropertySourceGet a string map containing all properties from the respectivePropertySource.- Specified by:
getPropertiesin interfacePropertySource- Returns:
- The string map.
-
-