Uses of Interface
liquibase.ui.UIService
Package
Description
Liquibase top level namespace package.
-
Uses of UIService in liquibase
-
Uses of UIService in liquibase.ui
Modifier and TypeClassDescriptionclass
Used for handling multiple UI output services.class
UIService
implementation that sends messages to stdout and stderr.class
Sends all UI requests to the configured Logger.Modifier and TypeMethodDescriptionCompositeUIService.getOutputServices()
UIServiceFactory.getPluginClass()
Modifier and TypeMethodDescriptionprotected int
UIServiceFactory.getPriority
(UIService uiService, Object... args) ModifierConstructorDescriptionCompositeUIService
(UIService inputService, Collection<UIService> outputServices) ModifierConstructorDescriptionCompositeUIService
(UIService inputService, Collection<UIService> outputServices) -
Uses of UIService in org.liquibase.maven.plugins