Package edu.hm.hafner.analysis
Interface Report.IssuePrinter
-
- All Known Implementing Classes:
Report.StandardOutputPrinter
- Enclosing class:
- Report
public static interface Report.IssuePrinterPrints a summary of anIssue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(Issue issue)Prints the specified issue.
-
-
-
Method Detail
-
print
void print(Issue issue)
Prints the specified issue.- Parameters:
issue- the issue to print
-
-