Interface Report.IssuePrinter

All Known Implementing Classes:
Report.StandardOutputPrinter
Enclosing class:
Report

public static interface Report.IssuePrinter
Prints a summary of an Issue.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(Issue issue)
    Prints the specified issue.
  • Method Details

    • print

      void print(Issue issue)
      Prints the specified issue.
      Parameters:
      issue - the issue to print