| Modifier and Type | Method and Description |
|---|---|
void |
MergeAction.setActionFactory(OperationFactory factory)
Sets the action's action factory.
|
void |
MergeAction.setMapperFactory(OperationFactory factory)
Sets the action's mapper factory.
|
void |
MergeAction.setMatcherFactory(OperationFactory factory)
Sets the action's matcher factory.
|
void |
XmlMerge.setRootMergeActionFactory(OperationFactory factory)
Sets the merge actions which will be applied to the root element.
|
void |
XmlMerge.setRootMergeMapperFactory(OperationFactory factory)
Sets the mappers which will be applied to the root element.
|
void |
XmlMerge.setRootMergeMatcherFactory(OperationFactory factory)
Sets the matchers which will be applied to the root element.
|
| Modifier and Type | Field and Description |
|---|---|
protected OperationFactory |
AbstractMergeAction.m_actionFactory
Action factory.
|
protected OperationFactory |
AbstractMergeAction.m_mapperFactory
Mapper factory.
|
protected OperationFactory |
AbstractMergeAction.m_matcherFactory
Matcher factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMergeAction.setActionFactory(OperationFactory factory) |
void |
AbstractMergeAction.setMapperFactory(OperationFactory factory) |
void |
AbstractMergeAction.setMatcherFactory(OperationFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableXmlMerge.setRootMergeActionFactory(OperationFactory factory) |
void |
ConfigurableXmlMerge.setRootMergeMapperFactory(OperationFactory factory) |
void |
ConfigurableXmlMerge.setRootMergeMatcherFactory(OperationFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeOperationFactory
Creates operations by inspecting keywords passed as attributes in patch elements.
|
class |
DiffOperationFactory
An operation factory delegating to other operation factories according to the existence of the
original and patch element.
|
class |
StaticOperationFactory
An operation factory returning always the same operation whatever the specified elements.
|
class |
XPathOperationFactory
An operation factory that resolves operations given a map { xpath (as String), Operation }.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiffOperationFactory.setInBothOperationFactory(OperationFactory inBothOperationFactory)
Sets the operation factory this factory delegates to if the original and patch elements
exist.
|
void |
DiffOperationFactory.setOnlyInOriginalOperationFactory(OperationFactory onlyInOriginalOperationFactory)
Sets the operation factory this factory delegates to if only the original element exists.
|
void |
DiffOperationFactory.setOnlyInPatchOperationFactory(OperationFactory onlyInPatchOperationFactory)
Sets the operation factory this factory delegates to if only the patch element exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultXmlMerge.setRootMergeActionFactory(OperationFactory factory) |
void |
DefaultXmlMerge.setRootMergeMapperFactory(OperationFactory factory) |
void |
DefaultXmlMerge.setRootMergeMatcherFactory(OperationFactory factory) |
Copyright © 2001–2025. All rights reserved.