Class ProgressLoggerImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.liquibase.ProgressLoggerImpl
- All Implemented Interfaces:
ProgressLogger
Implementation of
ProgressLogger which compiles the report in a StringBuilder
and displays progress messages through the MessageCallback-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
ProgressLoggerImpl
-
-
Method Details
-
appendToReport
Description copied from interface:ProgressLoggerAppends a line to the install fragment report.- Specified by:
appendToReportin interfaceProgressLogger
-
updateProgressMessage
Description copied from interface:ProgressLoggerUpdates the message in the progress bar window.- Specified by:
updateProgressMessagein interfaceProgressLogger
-
getReport
Description copied from interface:ProgressLoggerReturns the complete fragment report.- Specified by:
getReportin interfaceProgressLogger
-