Class ReportPrinter


  • public final class ReportPrinter
    extends java.lang.Object
    Formats update report.
    Since:
    31.08.2021
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String print​(UpdateReport report)  
      static java.lang.String printDryRunResult​(UpdateReport report)
      Prints merged file from dry run execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • print

        public static java.lang.String print​(UpdateReport report)
        Parameters:
        report - report object
        Returns:
        formatted update report
      • printDryRunResult

        public static java.lang.String printDryRunResult​(UpdateReport report)
        Prints merged file from dry run execution.
        Parameters:
        report - report instance
        Returns:
        formatted merged file