public abstract class AbstractYamlConfigBuilder extends Object
Constructor and Description |
---|
AbstractYamlConfigBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getConfigRoot() |
protected Properties |
getProperties()
Gets the current used properties.
|
protected void |
importDocuments(YamlNode imdgRoot)
Imports external YAML documents into the provided main YAML document.
|
protected void |
replaceVariables(Node node) |
protected void |
setPropertiesInternal(Properties properties) |
protected Properties getProperties()
setPropertiesInternal(Properties)
protected void importDocuments(YamlNode imdgRoot) throws Exception
root/map
node.imdgRoot
- The root of the main YAML configuration documentException
- If a YAML document to be imported can't be loadedmerge(YamlNode, YamlNode)
protected abstract String getConfigRoot()
protected void setPropertiesInternal(Properties properties)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.