Package liquibase.ui
-
Interface Summary Interface Description InputHandler<ReturnType> UIService Service for interacting with the user. -
Class Summary Class Description CompositeUIService Used for handling multiple UI output services.ConsoleUIService UIServiceimplementation that sends messages to stdout and stderr.ConsoleUIService.ConsoleWrapper Wrapper aroundConsoleto allow replacements as needed.DefaultInputHandler<ReturnType> Default input handler simply callsObjectUtil.convert(Object, Class)LoggerUIService Sends all UI requests to the configured Logger.MockConsoleWrapper UIServiceFactory -
Enum Summary Enum Description UIServiceEnum Enum used to define the available UIServices provided by Liquibase that can be set using global parameters