Package org.wso2.maven.reporter
Interface Reporter
-
- All Known Implementing Classes:
SynapseReporter
public interface Reporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport()ReporterContextgetReporterContext()voidregisterReportGenerator(Generator generator)voidreportSyntaxError(String filePath, org.eclipse.lsp4j.Diagnostic diagnostic)
-
-
-
Method Detail
-
reportSyntaxError
void reportSyntaxError(String filePath, org.eclipse.lsp4j.Diagnostic diagnostic)
-
generateReport
void generateReport()
-
registerReportGenerator
void registerReportGenerator(Generator generator)
-
getReporterContext
ReporterContext getReporterContext()
-
-