Uses of Interface
org.revapi.Reporter
-
Packages that use Reporter Package Description org.revapi org.revapi.base org.revapi.simple -
-
Uses of Reporter in org.revapi
Methods in org.revapi that return types with arguments of type Reporter Modifier and Type Method Description Map<AnalysisResult.ExtensionInstance<Reporter>,AnalysisContext>AnalysisResult.Extensions. getReporters()Set<Class<? extends Reporter>>PipelineConfiguration. getReporterTypes()Method parameters in org.revapi with type arguments of type Reporter Modifier and Type Method Description PipelineConfiguration.BuilderPipelineConfiguration.Builder. withReporters(Iterable<Class<? extends Reporter>> reporters)Revapi.BuilderRevapi.Builder. withReporters(Iterable<Class<? extends Reporter>> reporters)Deprecated. -
Uses of Reporter in org.revapi.base
Classes in org.revapi.base that implement Reporter Modifier and Type Class Description classBaseReporterA convenience base class for reporters.classCollectingReporterThis is a simple helper class that can be used by the users to collect all the reports from Revapi. -
Uses of Reporter in org.revapi.simple
Classes in org.revapi.simple that implement Reporter Modifier and Type Class Description classSimpleReporterDeprecated.useBaseReporterinstead
-