Class CacheConfigOverrideProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.CacheConfigOverrideProcessor
-
- All Implemented Interfaces:
OverrideProcessor
public class CacheConfigOverrideProcessor extends Object implements OverrideProcessor
Implementation ofOverrideProcessor
that process cache configuration override file.- Since:
- 14.1.2/22.06
-
-
Constructor Summary
Constructors Constructor Description CacheConfigOverrideProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(XmlElement xmlBase, XmlElement xmlOverride)
ProcessXmlElement
override and merge with theXmlElement
base element from the root configuration xml.
-
-
-
Method Detail
-
process
public void process(XmlElement xmlBase, XmlElement xmlOverride)
ProcessXmlElement
override and merge with theXmlElement
base element from the root configuration xml.- Specified by:
process
in interfaceOverrideProcessor
- Parameters:
xmlBase
- base cache configuration xml elementxmlOverride
- override cache configuration xml element
-
-