public class ConfigurationMergeHandler
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationMergeHandler() |
| Modifier and Type | Method and Description |
|---|---|
NodeSet |
updateConfiguration(NodeSet masterConfiguration,
NodeSet configurationFragment,
java.lang.String xPath)
Updates a master configuration by merging a configuration fragment into it.
|
public NodeSet updateConfiguration(NodeSet masterConfiguration, NodeSet configurationFragment, java.lang.String xPath)
masterConfiguration - the configuration to be updatedconfigurationFragment - contains the elements to be used to update the configurationxPath - contains an XPath definition of the element(s) to be updatedmasterConfiguration NodeSet with the elements defined by xPath
updated from corresponding elements in configurationFragment