public class TextReporter extends Object implements org.revapi.Reporter
| Constructor and Description |
|---|
TextReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
getConfigurationRootPaths() |
Reader |
getJSONSchema(String configurationRootPath) |
void |
initialize(org.revapi.AnalysisContext config) |
void |
report(org.revapi.Report report) |
@Nullable public String[] getConfigurationRootPaths()
getConfigurationRootPaths in interface org.revapi.configuration.Configurable@Nullable public Reader getJSONSchema(@Nonnull String configurationRootPath)
getJSONSchema in interface org.revapi.configuration.Configurablepublic void initialize(@Nonnull org.revapi.AnalysisContext config)
initialize in interface org.revapi.configuration.Configurablepublic void report(@Nonnull org.revapi.Report report)
report in interface org.revapi.Reporterpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2015. All Rights Reserved.