Uses of Class
de.hybris.platform.mediaconversion.os.NoSuchConfigurationKeyException
-
Packages that use NoSuchConfigurationKeyException Package Description de.hybris.platform.mediaconversion.os de.hybris.platform.mediaconversion.os.config -
-
Uses of NoSuchConfigurationKeyException in de.hybris.platform.mediaconversion.os
Methods in de.hybris.platform.mediaconversion.os that throw NoSuchConfigurationKeyException Modifier and Type Method Description java.lang.StringOsConfigurationService. retrieveOsConfigurationKey(java.lang.String prefix)Retrieves the best available configuration/property key for the given prefix. -
Uses of NoSuchConfigurationKeyException in de.hybris.platform.mediaconversion.os.config
Methods in de.hybris.platform.mediaconversion.os.config that throw NoSuchConfigurationKeyException Modifier and Type Method Description protected java.lang.StringDefaultOsConfigurationService. doRetrieveOsConfigurationKey(java.lang.String prefix)Does the actual property key resolution (without the cache).java.lang.StringDefaultOsConfigurationService. retrieveOsConfigurationKey(java.lang.String prefix)Retrieves the best available configuration/property key for the given prefix.
-