public static class DifferencesTransform.DifferenceRecipe extends DifferenceMatchRecipe
Modifier and Type | Field and Description |
---|---|
protected Map<org.revapi.CompatibilityType,org.revapi.DifferenceSeverity> |
classification |
protected org.revapi.Criticality |
criticality |
protected boolean |
ignore |
protected String |
justification |
protected Map<String,String> |
newAttachments |
attachmentRegexes, attachments, code, codeRegex, config, newElement, newElementRegex, oldElement, oldElementRegex, regex
Constructor and Description |
---|
DifferenceRecipe(org.jboss.dmr.ModelNode config,
org.revapi.AnalysisContext ctx) |
Modifier and Type | Method and Description |
---|---|
org.revapi.Difference |
transformMatching(org.revapi.Difference difference,
org.revapi.Element oldElement,
org.revapi.Element newElement) |
matches
protected final boolean ignore
protected final String justification
protected final Map<org.revapi.CompatibilityType,org.revapi.DifferenceSeverity> classification
protected final org.revapi.Criticality criticality
public DifferenceRecipe(org.jboss.dmr.ModelNode config, org.revapi.AnalysisContext ctx)
public org.revapi.Difference transformMatching(org.revapi.Difference difference, org.revapi.Element oldElement, org.revapi.Element newElement)
transformMatching
in class DifferenceMatchRecipe
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.