Package org.revapi.basic
Class DifferencesTransform.DifferenceRecipe
- java.lang.Object
-
- org.revapi.basic.DifferenceMatchRecipe
-
- org.revapi.basic.DifferencesTransform.DifferenceRecipe
-
- Enclosing class:
- DifferencesTransform<E extends org.revapi.Element<E>>
public static class DifferencesTransform.DifferenceRecipe extends DifferenceMatchRecipe
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DifferenceRecipe(com.fasterxml.jackson.databind.JsonNode config, org.revapi.AnalysisContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <E extends org.revapi.Element<E>>
MatchingProgress<E>createMatchingProgress(org.revapi.TreeFilter<E> oldFilter, org.revapi.TreeFilter<E> newFilter)
-
Methods inherited from class org.revapi.basic.DifferenceMatchRecipe
startWithAnalyzers
-
-
-
-
Method Detail
-
createMatchingProgress
protected <E extends org.revapi.Element<E>> MatchingProgress<E> createMatchingProgress(@Nullable org.revapi.TreeFilter<E> oldFilter, @Nullable org.revapi.TreeFilter<E> newFilter)
- Specified by:
createMatchingProgress
in classDifferenceMatchRecipe
-
-