Interface ProgressLogger

All Known Implementing Classes:
ProgressLoggerImpl

public interface ProgressLogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Appends a line to the install fragment report.
    Returns the complete fragment report.
    void
    Updates the message in the progress bar window.
  • Method Details

    • appendToReport

      void appendToReport(String line)
      Appends a line to the install fragment report.
    • updateProgressMessage

      void updateProgressMessage(String message)
      Updates the message in the progress bar window.
    • getReport

      String getReport()
      Returns the complete fragment report.