Package org.wso2.maven.reporter
Interface Generator
-
- All Known Implementing Classes:
AbstractGenerator,HTMLReportGenerator,JsonReportGenerator,SARIFReportGenerator
public interface Generator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport(ReporterContext reporterContext)StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
generateReport
void generateReport(ReporterContext reporterContext) throws Exception
- Throws:
Exception
-
-