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 |
| Constructor and Description |
|---|
DifferenceRecipe(com.fasterxml.jackson.databind.JsonNode config,
org.revapi.AnalysisContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected <E extends org.revapi.Element<E>> |
createMatchingProgress(org.revapi.TreeFilter<E> oldFilter,
org.revapi.TreeFilter<E> newFilter) |
startWithAnalyzersprotected 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(com.fasterxml.jackson.databind.JsonNode config,
org.revapi.AnalysisContext ctx)
protected <E extends org.revapi.Element<E>> MatchingProgress<E> createMatchingProgress(@Nullable org.revapi.TreeFilter<E> oldFilter, @Nullable org.revapi.TreeFilter<E> newFilter)
createMatchingProgress in class DifferenceMatchRecipeCopyright © 2014-2021 Lukas Krejci. All Rights Reserved.