Package org.liquibase.maven.plugins
Class MavenUi
java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.ui.ConsoleUIService
org.liquibase.maven.plugins.MavenUi
- All Implemented Interfaces:
Cloneable,ExtensibleObject,Plugin,UIService
-
Nested Class Summary
Nested classes/interfaces inherited from class liquibase.ui.ConsoleUIService
ConsoleUIService.ConsoleWrapper -
Field Summary
Fields inherited from class liquibase.ui.ConsoleUIService
MINGW64, MINTTY, MSYSTEM, TERM_PROGRAMFields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendErrorMessage(String message) Send an "error" message to the user.voidsendErrorMessage(String message, Throwable exception) Send an "error" message to the user along with a stacktrace.voidsendMessage(String message) Send a "normal" message to the user.Methods inherited from class liquibase.ui.ConsoleUIService
getAllowPrompt, getConsole, getErrorStream, getOutputStackTraces, getOutputStream, getPriority, prompt, setAllowPrompt, setErrorStream, setOutputStackTraces, setOutputStreamMethods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface liquibase.ExtensibleObject
clone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set
-
Constructor Details
-
MavenUi
public MavenUi(org.apache.maven.plugin.logging.Log log)
-
-
Method Details
-
sendMessage
Description copied from interface:UIServiceSend a "normal" message to the user.- Specified by:
sendMessagein interfaceUIService- Overrides:
sendMessagein classConsoleUIService
-
sendErrorMessage
Description copied from interface:UIServiceSend an "error" message to the user.- Specified by:
sendErrorMessagein interfaceUIService- Overrides:
sendErrorMessagein classConsoleUIService
-
sendErrorMessage
Description copied from interface:UIServiceSend an "error" message to the user along with a stacktrace.- Specified by:
sendErrorMessagein interfaceUIService- Overrides:
sendErrorMessagein classConsoleUIService
-