Class DifferencesTransform.DifferenceRecipe
java.lang.Object
org.revapi.basic.DifferenceMatchRecipe
org.revapi.basic.DifferencesTransform.DifferenceRecipe
- Enclosing class:
DifferencesTransform<E extends org.revapi.Element<E>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDifferenceRecipe
(com.fasterxml.jackson.databind.JsonNode config, org.revapi.AnalysisContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionprotected <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
-
Field Details
-
ignore
protected final boolean ignore -
justification
-
classification
-
newAttachments
-
criticality
protected final org.revapi.Criticality criticality
-
-
Constructor Details
-
DifferenceRecipe
public DifferenceRecipe(com.fasterxml.jackson.databind.JsonNode config, org.revapi.AnalysisContext ctx)
-
-
Method Details
-
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
-