Class JavaElementDifferenceAnalyzer
java.lang.Object
org.revapi.java.JavaElementDifferenceAnalyzer
- All Implemented Interfaces:
AutoCloseable
,org.revapi.DifferenceAnalyzer<org.revapi.java.spi.JavaElement>
public final class JavaElementDifferenceAnalyzer
extends Object
implements org.revapi.DifferenceAnalyzer<org.revapi.java.spi.JavaElement>
- Since:
- 0.1
- Author:
- Lukas Krejci
-
Constructor Summary
ConstructorsConstructorDescriptionJavaElementDifferenceAnalyzer
(org.revapi.AnalysisContext analysisContext, ProbingEnvironment oldEnvironment, ProbingEnvironment newEnvironment, Iterable<org.revapi.java.spi.Check> checks, AnalysisConfiguration analysisConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
beginAnalysis
(org.revapi.java.spi.JavaElement oldElement, org.revapi.java.spi.JavaElement newElement) void
close()
org.revapi.Report
endAnalysis
(org.revapi.java.spi.JavaElement oldElement, org.revapi.java.spi.JavaElement newElement) boolean
isDescendRequired
(org.revapi.java.spi.JavaElement oldElement, org.revapi.java.spi.JavaElement newElement) void
open()
-
Constructor Details
-
JavaElementDifferenceAnalyzer
public JavaElementDifferenceAnalyzer(org.revapi.AnalysisContext analysisContext, ProbingEnvironment oldEnvironment, ProbingEnvironment newEnvironment, Iterable<org.revapi.java.spi.Check> checks, AnalysisConfiguration analysisConfiguration)
-
-
Method Details
-
open
public void open()- Specified by:
open
in interfaceorg.revapi.DifferenceAnalyzer<org.revapi.java.spi.JavaElement>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
beginAnalysis
-
isDescendRequired
-
endAnalysis
-