Package liquibase.ui
Class UIServiceFactory
- java.lang.Object
-
- liquibase.plugin.AbstractPluginFactory<UIService>
-
- liquibase.ui.UIServiceFactory
-
- All Implemented Interfaces:
PluginFactory,SingletonObject
public class UIServiceFactory extends AbstractPluginFactory<UIService>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<UIService>getPluginClass()protected intgetPriority(UIService uiService, Object... args)Returns the priority of the given object based on the passed args array.-
Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
-
-
-
Method Detail
-
getPluginClass
protected Class<UIService> getPluginClass()
- Specified by:
getPluginClassin classAbstractPluginFactory<UIService>
-
getPriority
protected int getPriority(UIService uiService, Object... args)
Description copied from class:AbstractPluginFactoryReturns the priority of the given object based on the passed args array. The args are created as part of the custom public getPlugin method in implementations are passed throughAbstractPluginFactory.getPlugin(Object...)- Specified by:
getPriorityin classAbstractPluginFactory<UIService>
-
-