Package edu.hm.hafner.analysis
Class Report.StandardOutputPrinter
- java.lang.Object
-
- edu.hm.hafner.analysis.Report.StandardOutputPrinter
-
- All Implemented Interfaces:
Report.IssuePrinter
- Enclosing class:
- Report
public static class Report.StandardOutputPrinter extends Object implements Report.IssuePrinter
Prints issues to the "standard" output stream.
-
-
Constructor Summary
Constructors Constructor Description StandardOutputPrinter()Creates a new printer that prints to the "standard" output stream.
-
-
-
Method Detail
-
print
public void print(Issue issue)
Description copied from interface:Report.IssuePrinterPrints the specified issue.- Specified by:
printin interfaceReport.IssuePrinter- Parameters:
issue- the issue to print
-
-