Class TigerThreadScopedConfigurationSource
java.lang.Object
de.gematik.test.tiger.common.config.AbstractTigerConfigurationSource
de.gematik.test.tiger.common.config.TigerThreadScopedConfigurationSource
Configuration-source which is bound to a certain thread. The configuration will be invisible from outside the thread
in which it has been set. Bear in mind that any unintentional threading (Thread-Pools etc.) will also have the same
effect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) voidputValue(TigerConfigurationKey key, String value) voidMethods inherited from class de.gematik.test.tiger.common.config.AbstractTigerConfigurationSource
getBasePath, getSourceType
-
Constructor Details
-
TigerThreadScopedConfigurationSource
public TigerThreadScopedConfigurationSource()
-
-
Method Details
-
applyTemplatesAndAddValuesToMap
public Map<TigerConfigurationKey,String> applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) - Specified by:
applyTemplatesAndAddValuesToMapin classAbstractTigerConfigurationSource
-
getValues
- Specified by:
getValuesin classAbstractTigerConfigurationSource
-
putValue
- Specified by:
putValuein classAbstractTigerConfigurationSource
-
removeValue
- Specified by:
removeValuein classAbstractTigerConfigurationSource
-