Class DifferenceMatchRecipe

    • Constructor Detail

      • DifferenceMatchRecipe

        protected DifferenceMatchRecipe​(Map<String,​org.revapi.ElementMatcher> matchers,
                                        com.fasterxml.jackson.databind.JsonNode config,
                                        String... additionalReservedProperties)
    • Method Detail

      • startWithAnalyzers

        @Nullable
        public <E extends org.revapi.Element<E>> MatchingProgress<E> startWithAnalyzers​(org.revapi.ArchiveAnalyzer<E> oldAnalyzer,
                                                                                        org.revapi.ArchiveAnalyzer<E> newAnalyzer)
      • createMatchingProgress

        protected abstract <E extends org.revapi.Element<E>> MatchingProgress<E> createMatchingProgress​(@Nullable
                                                                                                        org.revapi.TreeFilter<E> oldFilter,
                                                                                                        @Nullable
                                                                                                        org.revapi.TreeFilter<E> newFilter)