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.Reporterpublic void close()
throws Exception
close in interface AutoCloseableException@Nullable public String getExtensionId()
getExtensionId in interface org.revapi.configuration.Configurable@Nullable public Reader getJSONSchema()
getJSONSchema in interface org.revapi.configuration.Configurablepublic void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize in interface org.revapi.configuration.ConfigurableCopyright © 2014-2021 Lukas Krejci. All Rights Reserved.