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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(XmlElement xmlBase, XmlElement xmlOverride) ProcessXmlElementoverride and merge with theXmlElementbase element from the root configuration xml.
-
Constructor Details
-
CacheConfigOverrideProcessor
public CacheConfigOverrideProcessor()
-
-
Method Details
-
process
ProcessXmlElementoverride and merge with theXmlElementbase element from the root configuration xml.- Specified by:
processin interfaceOverrideProcessor- Parameters:
xmlBase- base cache configuration xml elementxmlOverride- override cache configuration xml element
-