Package de.hybris.platform.util.config
Interface RuntimeConfigLoader
-
- All Known Implementing Classes:
FileBasedConfigLoader
public interface RuntimeConfigLoaderInterface which intention is to load configuration in form ofPropertiesobject which are later used to dynamically update Hybris configuration in runtime. Keep in mind that implementation must contain constructor without any parameters. To use it in the system set up fully qualified name in the property "runtime.config.loader.class".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.Properties>load()Loads configuration from watched resource and wraps it intoPropertiesobject.
-