Package com.google.javascript.jscomp
Interface SortingErrorManager.ErrorReportGenerator
-
- All Known Implementing Classes:
JsonErrorReportGenerator,PrintStreamErrorReportGenerator
- Enclosing class:
- SortingErrorManager
public static interface SortingErrorManager.ErrorReportGeneratorStrategy for customizing the output format of the error report
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport(SortingErrorManager manager)
-
-
-
Method Detail
-
generateReport
void generateReport(SortingErrorManager manager)
-
-