Uses of Class
org.revapi.Report
-
Packages that use Report Package Description org.revapi org.revapi.base org.revapi.simple -
-
Uses of Report in org.revapi
Methods in org.revapi that return Report Modifier and Type Method Description ReportReport.Builder. build()ReportDifferenceAnalyzer. endAnalysis(E oldElement, E newElement)Called when the analysis of the two elements ends (i.e.Methods in org.revapi with parameters of type Report Modifier and Type Method Description intReportComparator. compare(Report o1, Report o2)protected Element<?>ReportComparator. getElement(Report report)Returns the new element or, if the new element is null, the old element of the report.voidReporter. report(Report report) -
Uses of Report in org.revapi.base
Methods in org.revapi.base that return types with arguments of type Report Modifier and Type Method Description List<Report>CollectingReporter. getReports()Methods in org.revapi.base with parameters of type Report Modifier and Type Method Description voidCollectingReporter. report(Report report) -
Uses of Report in org.revapi.simple
Methods in org.revapi.simple with parameters of type Report Modifier and Type Method Description voidSimpleReporter. report(Report report)Deprecated.
-