Class ReportTimeReporter

java.lang.Object
org.revapi.maven.ReportTimeReporter
All Implemented Interfaces:
AutoCloseable, org.revapi.configuration.Configurable, org.revapi.Reporter

public final class ReportTimeReporter extends Object implements org.revapi.Reporter
Since:
0.1
Author:
Lukas Krejci
  • Constructor Details

    • ReportTimeReporter

      public ReportTimeReporter()
  • Method Details

    • report

      public void report(@Nonnull org.revapi.Report report)
      Specified by:
      report in interface org.revapi.Reporter
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getExtensionId

      @Nullable public String getExtensionId()
      Specified by:
      getExtensionId in interface org.revapi.configuration.Configurable
    • getJSONSchema

      @Nullable public Reader getJSONSchema()
      Specified by:
      getJSONSchema in interface org.revapi.configuration.Configurable
    • initialize

      public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
      Specified by:
      initialize in interface org.revapi.configuration.Configurable