Uses of Interface
edu.hm.hafner.analysis.Report.IssuePrinter
-
Packages that use Report.IssuePrinter Package Description edu.hm.hafner.analysis Provides base classes and utilities to parse files for warnings, issues, and so on. -
-
Uses of Report.IssuePrinter in edu.hm.hafner.analysis
Classes in edu.hm.hafner.analysis that implement Report.IssuePrinter Modifier and Type Class Description static classReport.StandardOutputPrinterPrints issues to the "standard" output stream.Methods in edu.hm.hafner.analysis with parameters of type Report.IssuePrinter Modifier and Type Method Description voidReport. print(Report.IssuePrinter issuePrinter)Prints all issues of the report.
-