Package com.nirro.konfi.source
Class PropertiesMap
java.lang.Object
com.nirro.konfi.source.PropertiesMap
- All Implemented Interfaces:
PropertiesSource
- Direct Known Subclasses:
EnvironmentVariables
Map properties source
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertiesMap
Construct a new MapSource- Parameters:
map
- properties map
-
-
Method Details
-
get
Description copied from interface:PropertiesSource
get the properties from the source- Specified by:
get
in interfacePropertiesSource
- Returns:
- Properties
- Throws:
SourceAccessException
- when unable to get the properties from the source
-