public class FileBasedConfigLoader extends java.lang.Object implements RuntimeConfigLoader
| Constructor and Description |
|---|
FileBasedConfigLoader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.util.Properties> |
load()
Loads configuration from watched resource and wraps it into
Properties object. |
public java.util.Optional<java.util.Properties> load()
RuntimeConfigLoaderProperties object.load in interface RuntimeConfigLoaderOptional object or Optional.empty() in case of nothing to loadCopyright © 2018 SAP SE. All Rights Reserved.