Interface ProgressLogger
- All Known Implementing Classes:
ProgressLoggerImpl
public interface ProgressLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendToReport(String line) Appends a line to the install fragment report.Returns the complete fragment report.voidupdateProgressMessage(String message) Updates the message in the progress bar window.
-
Method Details
-
appendToReport
Appends a line to the install fragment report. -
updateProgressMessage
Updates the message in the progress bar window. -
getReport
String getReport()Returns the complete fragment report.
-