Class EnvironmentPropertiesSource
- java.lang.Object
-
- blog.softwaretester.properties.propertysource.EnvironmentPropertiesSource
-
- All Implemented Interfaces:
PropertySource
public final class EnvironmentPropertiesSource extends Object implements PropertySource
-
-
Constructor Summary
Constructors Constructor Description EnvironmentPropertiesSource()
-
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.
-
-