Uses of Class
de.gematik.test.tiger.common.config.TigerConfigurationKey
Packages that use TigerConfigurationKey
-
Uses of TigerConfigurationKey in de.gematik.test.tiger.common.config
Fields in de.gematik.test.tiger.common.config declared as TigerConfigurationKeyModifier and TypeFieldDescriptionstatic final TigerConfigurationKeyTigerConfigurationKeys.CUCUMBER_ENGINE_RUNTIME_CONFIGURATIONMethods in de.gematik.test.tiger.common.config that return TigerConfigurationKeyModifier and TypeMethodDescriptionTigerConfigurationKey.createWithNewSubkey(String subkey) TigerTypedConfigurationKey.getKey()TigerConfigurationKey.subtractFromBeginning(TigerConfigurationKey reference) Methods in de.gematik.test.tiger.common.config that return types with arguments of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addConfigurationFileToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) BasicTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) merges all properties of this source with loadedAndSortedPropertiesTigerConfigurationKey.getParentNode()abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.getValues()BasicTigerConfigurationSource.getValues()TigerConfigurationLoader.retrieveMap(TigerConfigurationKey reference) Generates a map containing all key/value pairs.TigerConfigurationLoader.retrieveMapUnresolved()Generates a map containing all key/value pairs.Methods in de.gematik.test.tiger.common.config with parameters of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addConfigurationFileToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) abstract booleanAbstractTigerConfigurationSource.containsKey(TigerConfigurationKey key) booleanBasicTigerConfigurationSource.containsKey(TigerConfigurationKey key) static voidTigerGlobalConfiguration.deleteFromAllSources(TigerConfigurationKey configurationKey) abstract StringAbstractTigerConfigurationSource.getValue(TigerConfigurationKey key) BasicTigerConfigurationSource.getValue(TigerConfigurationKey key) booleanTigerConfigurationKey.isBelow(TigerConfigurationKey reference) booleanTigerConfigurationKey.isDirectlyBelow(TigerConfigurationKey reference) abstract voidAbstractTigerConfigurationSource.putValue(TigerConfigurationKey key, String value) voidBasicTigerConfigurationSource.putValue(TigerConfigurationKey key, String value) voidTigerConfigurationLoader.putValue(TigerConfigurationKey key, Object value, ConfigurationValuePrecedence precedence) TigerConfigurationLoader.readMapWithCaseSensitiveKeys(TigerConfigurationKey reference) TigerConfigurationLoader.readStringOptional(TigerConfigurationKey key) abstract voidAbstractTigerConfigurationSource.removeValue(TigerConfigurationKey key) voidBasicTigerConfigurationSource.removeValue(TigerConfigurationKey key) TigerConfigurationLoader.retrieveMap(TigerConfigurationKey reference) Generates a map containing all key/value pairs.TigerConfigurationKey.subtractFromBeginning(TigerConfigurationKey reference) Method parameters in de.gematik.test.tiger.common.config with type arguments of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addConfigurationFileToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) BasicTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) merges all properties of this source with loadedAndSortedPropertiesstatic voidDeprecatedKeysUsageChecker.checkForDeprecatedKeys(Map<TigerConfigurationKey, String> valueMap) BasicTigerConfigurationSource.BasicTigerConfigurationSourceBuilder.values(Map<TigerConfigurationKey, String> values) Constructors in de.gematik.test.tiger.common.config with parameters of type TigerConfigurationKeyModifierConstructorDescriptionTigerConfigurationKey(TigerConfigurationKey baseKeys) TigerConfigurationKey(TigerConfigurationKey baseKey, String key) TigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type) TigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type, T defaultValue) Constructor parameters in de.gematik.test.tiger.common.config with type arguments of type TigerConfigurationKeyModifierConstructorDescriptionBasicTigerConfigurationSource(ConfigurationValuePrecedence precedence, Map<TigerConfigurationKey, String> values)