Package ch.tocco.nice2.dbrefactoring.api
Interface ProgressLogger
- All Known Implementing Classes:
ProgressLoggerImpl
public interface ProgressLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendToReport
(String line) Appends a line to the install fragment report.Returns the complete fragment report.void
updateProgressMessage
(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.
-