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
Prints issues to the "standard" output stream.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new printer that prints to the "standard" output stream. -
Method Summary
-
Constructor Details
-
StandardOutputPrinter
public StandardOutputPrinter()Creates a new printer that prints to the "standard" output stream.
-
-
Method Details
-
print
Description copied from interface:Report.IssuePrinterPrints the specified issue.- Specified by:
printin interfaceReport.IssuePrinter- Parameters:
issue- the issue to print
-