Package edu.hm.hafner.analysis
Klasse Report.StandardOutputPrinter
java.lang.Object
edu.hm.hafner.analysis.Report.StandardOutputPrinter
- Alle implementierten Schnittstellen:
Report.IssuePrinter
- Umschließende Klasse:
Report
Prints issues to the "standard" output stream.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new printer that prints to the "standard" output stream. -
Methodenübersicht
-
Konstruktordetails
-
StandardOutputPrinter
public StandardOutputPrinter()Creates a new printer that prints to the "standard" output stream.
-
-
Methodendetails
-
print
Beschreibung aus Schnittstelle kopiert:Report.IssuePrinterPrints the specified issue.- Angegeben von:
printin SchnittstelleReport.IssuePrinter- Parameter:
issue- the issue to print
-