public abstract class DifferenceMatchRecipe extends Object
AbstractDifferenceReferringTransform that defines the match of
a configuration element and a difference.| Modifier | Constructor and Description |
|---|---|
protected |
DifferenceMatchRecipe(org.jboss.dmr.ModelNode config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Difference difference,
Element oldElement,
Element newElement) |
abstract Difference |
transformMatching(Difference difference,
Element oldElement,
Element newElement) |
protected DifferenceMatchRecipe(org.jboss.dmr.ModelNode config)
public boolean matches(Difference difference, Element oldElement, Element newElement)
public abstract Difference transformMatching(Difference difference, Element oldElement, Element newElement)
Copyright © 2015. All Rights Reserved.