public final class ReportTimeReporter extends Object implements org.revapi.Reporter
Modifier and Type | Class and Description |
---|---|
static class |
ReportTimeReporter.DifferenceReport |
Constructor and Description |
---|
ReportTimeReporter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getExtensionId() |
Reader |
getJSONSchema() |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
void |
report(org.revapi.Report report) |
public void report(@Nonnull org.revapi.Report report)
report
in interface org.revapi.Reporter
public void close() throws Exception
close
in interface AutoCloseable
Exception
@Nullable public String getExtensionId()
getExtensionId
in interface org.revapi.configuration.Configurable
@Nullable public Reader getJSONSchema()
getJSONSchema
in interface org.revapi.configuration.Configurable
public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize
in interface org.revapi.configuration.Configurable
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.