Class ChangelogPrintServiceFactory
java.lang.Object
liquibase.plugin.AbstractPluginFactory<ChangelogPrintService>
liquibase.diff.output.changelog.core.ChangelogPrintServiceFactory
- All Implemented Interfaces:
PluginFactory
,SingletonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangeLogPrintService
(DiffToChangeLog diffToChangeLog) protected Class<ChangelogPrintService>
protected int
getPriority
(ChangelogPrintService 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
-
Constructor Details
-
ChangelogPrintServiceFactory
public ChangelogPrintServiceFactory()
-
-
Method Details
-
getPluginClass
- Specified by:
getPluginClass
in classAbstractPluginFactory<ChangelogPrintService>
-
getPriority
Description copied from class:AbstractPluginFactory
Returns 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:
getPriority
in classAbstractPluginFactory<ChangelogPrintService>
-
getChangeLogPrintService
-