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 TypeMethodDescriptionTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) merges all properties of this source with loadedAndSortedPropertiesTigerConfigurationKey.getParentNode()TigerConfigurationSource.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 TypeMethodDescriptionbooleanTigerConfigurationSource.containsKey(TigerConfigurationKey key) static voidTigerGlobalConfiguration.deleteFromAllSources(TigerConfigurationKey configurationKey) TigerConfigurationSource.getValue(TigerConfigurationKey key) booleanTigerConfigurationKey.isBelow(TigerConfigurationKey reference) booleanTigerConfigurationKey.isDirectlyBelow(TigerConfigurationKey reference) voidTigerConfigurationLoader.putValue(TigerConfigurationKey key, Object value, ConfigurationValuePrecedence precedence) voidTigerConfigurationSource.putValue(TigerConfigurationKey baseKey, Object value) TigerConfigurationLoader.readMapWithCaseSensitiveKeys(TigerConfigurationKey reference) TigerConfigurationLoader.readStringOptional(TigerConfigurationKey key) voidTigerConfigurationSource.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 TypeMethodDescriptionTigerConfigurationSource.addValuesToMap(Map<TigerConfigurationKey, String> loadedAndSortedProperties) merges all properties of this source with loadedAndSortedPropertiesstatic voidDeprecatedKeysUsageChecker.checkForDeprecatedKeys(Map<TigerConfigurationKey, String> valueMap) TigerConfigurationSource.TigerConfigurationSourceBuilder.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 TigerConfigurationKeyModifierConstructorDescriptionTigerConfigurationSource(ConfigurationValuePrecedence precedence, Map<TigerConfigurationKey, String> values, TigerConfigurationLoader configurationLoader)