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
-
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.
-
Constructor Details
-
ProgressLoggerImpl
-
-
Method Details
-
appendToReport
Description copied from interface:ProgressLogger
Appends a line to the install fragment report.- Specified by:
appendToReport
in interfaceProgressLogger
-
updateProgressMessage
Description copied from interface:ProgressLogger
Updates the message in the progress bar window.- Specified by:
updateProgressMessage
in interfaceProgressLogger
-
getReport
Description copied from interface:ProgressLogger
Returns the complete fragment report.- Specified by:
getReport
in interfaceProgressLogger
-