Uses of Interface
liquibase.ui.UIService
-
Packages that use UIService Package Description liquibase Liquibase top level namespace package.liquibase.ui org.liquibase.maven.plugins -
-
Uses of UIService in liquibase
Methods in liquibase that return UIService Modifier and Type Method Description UIServiceScope. getUI() -
Uses of UIService in liquibase.ui
Classes in liquibase.ui that implement UIService Modifier and Type Class Description classCompositeUIServiceUsed for handling multiple UI output services.classConsoleUIServiceUIServiceimplementation that sends messages to stdout and stderr.classLoggerUIServiceSends all UI requests to the configured Logger.Fields in liquibase.ui declared as UIService Modifier and Type Field Description UIServiceCompositeUIService. inputServiceFields in liquibase.ui with type parameters of type UIService Modifier and Type Field Description List<UIService>CompositeUIService. outputServicesMethods in liquibase.ui that return types with arguments of type UIService Modifier and Type Method Description List<UIService>CompositeUIService. getOutputServices()protected Class<UIService>UIServiceFactory. getPluginClass()Methods in liquibase.ui with parameters of type UIService Modifier and Type Method Description protected intUIServiceFactory. getPriority(UIService uiService, Object... args)Constructors in liquibase.ui with parameters of type UIService Constructor Description CompositeUIService(UIService inputService, Collection<UIService> outputServices)Constructor parameters in liquibase.ui with type arguments of type UIService Constructor Description CompositeUIService(UIService inputService, Collection<UIService> outputServices) -
Uses of UIService in org.liquibase.maven.plugins
Classes in org.liquibase.maven.plugins that implement UIService Modifier and Type Class Description classMavenUi
-