public interface OperationFactory
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation(org.jdom2.Element originalElement,
org.jdom2.Element modifiedElement)
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements
from the original and patch DOMs.
|
Operation getOperation(org.jdom2.Element originalElement, org.jdom2.Element modifiedElement) throws AbstractXmlMergeException
originalElement - Original elementmodifiedElement - Modified elementAbstractXmlMergeException - If an error occurs during operation creationCopyright © 2001–2025. All rights reserved.