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 SummaryNested classes/interfaces inherited from class liquibase.ui.ConsoleUIServiceConsoleUIService.ConsoleWrapper
- 
Field SummaryFields inherited from class liquibase.ui.ConsoleUIServiceMINGW64, MINTTY, MSYSTEM, TERM_PROGRAMFields inherited from interface liquibase.plugin.PluginPRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ConsoleUIServicegetAllowPrompt, getConsole, getErrorStream, getOutputStackTraces, getOutputStream, getPriority, prompt, setAllowPrompt, setErrorStream, setOutputStackTraces, setOutputStreamMethods inherited from class liquibase.AbstractExtensibleObjectclone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface liquibase.ExtensibleObjectclone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set
- 
Constructor Details- 
MavenUipublic MavenUi(org.apache.maven.plugin.logging.Log log) 
 
- 
- 
Method Details- 
sendMessageDescription copied from interface:UIServiceSend a "normal" message to the user.- Specified by:
- sendMessagein interface- UIService
- Overrides:
- sendMessagein class- ConsoleUIService
 
- 
sendErrorMessageDescription copied from interface:UIServiceSend an "error" message to the user.- Specified by:
- sendErrorMessagein interface- UIService
- Overrides:
- sendErrorMessagein class- ConsoleUIService
 
- 
sendErrorMessageDescription copied from interface:UIServiceSend an "error" message to the user along with a stacktrace.- Specified by:
- sendErrorMessagein interface- UIService
- Overrides:
- sendErrorMessagein class- ConsoleUIService
 
 
-