ClassificationTransform.ClassificationRecipe, IgnoreDifferenceTransform.IgnoreRecipepublic abstract class DifferenceMatchRecipe extends Object
AbstractDifferenceReferringTransform that defines the match of
a configuration element and a difference.| Modifier | Constructor | Description |
|---|---|---|
protected |
DifferenceMatchRecipe(org.jboss.dmr.ModelNode config,
String... additionalReservedProperties) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matches(org.revapi.Difference difference,
org.revapi.Element oldElement,
org.revapi.Element newElement) |
|
abstract org.revapi.Difference |
transformMatching(org.revapi.Difference difference,
org.revapi.Element oldElement,
org.revapi.Element newElement) |
protected DifferenceMatchRecipe(org.jboss.dmr.ModelNode config,
String... additionalReservedProperties)
public boolean matches(org.revapi.Difference difference,
org.revapi.Element oldElement,
org.revapi.Element newElement)
public abstract org.revapi.Difference transformMatching(org.revapi.Difference difference,
org.revapi.Element oldElement,
org.revapi.Element newElement)
Copyright © 2014-2018 Lukas Krejci. All Rights Reserved.