Class Combine
java.lang.Object
org.infinispan.commons.configuration.Combine
Defines how Attribute
s and ConfigurationElement
s
are combined when overlaying a configuration (the overlay) on top of another (the template) using Builder.read(Object, Combine)
.
- MERGE the overlay attributes overwrite those of the template only if they have been modified
- OVERRIDE the overlay attributes are used, regardless of their modification status.
- MERGE repeatable attributes will be a combination of both the template and the overlay.
- OVERRIDE only the overlay repeatable attributes will be used.
- Since:
- 15.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCombine
(Combine.RepeatedAttributes repeatedAttributes, Combine.Attributes attributes) -
Method Summary
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
Combine
-
-
Method Details
-
repeatedAttributes
-
attributes
-
toString
-