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 classReportTimeReporter.DifferenceReport
-
Constructor Summary
Constructors Constructor Description ReportTimeReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetExtensionId()ReadergetJSONSchema()voidinitialize(org.revapi.AnalysisContext analysisContext)voidreport(org.revapi.Report report)
-
-
-
Method Detail
-
report
public void report(@Nonnull org.revapi.Report report)
- Specified by:
reportin interfaceorg.revapi.Reporter
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getExtensionId
@Nullable public String getExtensionId()
- Specified by:
getExtensionIdin interfaceorg.revapi.configuration.Configurable
-
getJSONSchema
@Nullable public Reader getJSONSchema()
- Specified by:
getJSONSchemain interfaceorg.revapi.configuration.Configurable
-
initialize
public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
- Specified by:
initializein interfaceorg.revapi.configuration.Configurable
-
-