Class CacheConfigOverrideProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CacheConfigOverrideProcessor
- All Implemented Interfaces:
OverrideProcessor
Implementation of
OverrideProcessor
that process cache configuration
override file.- Since:
- 14.1.2/22.06
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(XmlElement xmlBase, XmlElement xmlOverride) ProcessXmlElement
override and merge with theXmlElement
base element from the root configuration xml.
-
Constructor Details
-
CacheConfigOverrideProcessor
public CacheConfigOverrideProcessor()
-
-
Method Details
-
process
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
-