Package org.revapi.maven
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportTimeReporter.DifferenceReport
-
Constructor Summary
Constructors Constructor Description ReportTimeReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
String
getExtensionId()
Reader
getJSONSchema()
void
initialize(org.revapi.AnalysisContext analysisContext)
void
report(org.revapi.Report report)
-
-
-
Method Detail
-
report
public void report(@Nonnull org.revapi.Report report)
- Specified by:
report
in interfaceorg.revapi.Reporter
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getExtensionId
@Nullable public String getExtensionId()
- Specified by:
getExtensionId
in interfaceorg.revapi.configuration.Configurable
-
getJSONSchema
@Nullable public Reader getJSONSchema()
- Specified by:
getJSONSchema
in interfaceorg.revapi.configuration.Configurable
-
initialize
public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
- Specified by:
initialize
in interfaceorg.revapi.configuration.Configurable
-
-