public interface MergeStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
mergConfigurations(Node target,
Node source,
PluginManager pluginManager)
Merge the soure node tree into the target node tree.
|
void |
mergeRootProperties(Node rootNode,
AbstractConfiguration configuration)
Merge the root node properties into the configuration.
|
void mergeRootProperties(Node rootNode, AbstractConfiguration configuration)
rootNode - The composite root node.configuration - The configuration to merge.void mergConfigurations(Node target, Node source, PluginManager pluginManager)
target - The target Node tree.source - The source Node tree.