Package liquibase.changeset
Class ChangeSetServiceFactory
java.lang.Object
liquibase.plugin.AbstractPluginFactory<ChangeSetService>
liquibase.changeset.ChangeSetServiceFactory
- All Implemented Interfaces:
PluginFactory,SingletonObject
Create the appropriate ChangeSetService instance
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetServiceFactoryprotected Class<ChangeSetService>protected intgetPriority(ChangeSetService obj, 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 Details
-
getInstance
-
getPluginClass
- Specified by:
getPluginClassin classAbstractPluginFactory<ChangeSetService>
-
getPriority
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<ChangeSetService>
-
createChangeSetService
-