public interface ExternalConfigurationProvider
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
getConfiguration()
obrain model object which has direct access to external configuration
|
Map<String,Object> |
getProperties()
Map of properties from the model (external config file)
|
ExternalConfigurationModel |
merge(ExternalConfigurationModel input)
Merge properties from other provider/model
|
Map<String,Object> getProperties()
ExternalConfigurationModel getConfiguration()
ExternalConfigurationModel merge(ExternalConfigurationModel input)
input
- those properties will be merged into oursCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.