public class UIServiceFactory extends AbstractPluginFactory<UIService>
| Modifier and Type | Method and Description |
|---|---|
protected Class<UIService> |
getPluginClass() |
protected int |
getPriority(UIService uiService,
Object... args)
Returns the priority of the given object based on the passed args array.
|
findAllInstances, getPlugin, register, removeInstanceprotected Class<UIService> getPluginClass()
getPluginClass in class AbstractPluginFactory<UIService>protected int getPriority(UIService uiService, Object... args)
AbstractPluginFactoryAbstractPluginFactory.getPlugin(Object...)getPriority in class AbstractPluginFactory<UIService>Copyright © 2022 Liquibase.org. All rights reserved.