| Interface | Description |
|---|---|
| InputHandler<ReturnType> | |
| UIService |
Service for interacting with the user.
|
| Class | Description |
|---|---|
| ConsoleUIService |
UIService implementation that sends messages to stdout and stderr. |
| ConsoleUIService.ConsoleWrapper |
Wrapper around
Console to allow replacements as needed. |
| DefaultInputHandler<ReturnType> |
Default input handler simply calls
ObjectUtil.convert(Object, Class) |
| LoggerUIService |
Sends all UI requests to the configured Logger.
|
| MockConsoleWrapper | |
| UIServiceFactory |
Copyright © 2023 Liquibase.org. All rights reserved.