Package liquibase.report
Class ShowSummaryGeneratorFactory
- java.lang.Object
-
- liquibase.plugin.AbstractPluginFactory<ShowSummaryGenerator>
-
- liquibase.report.ShowSummaryGeneratorFactory
-
- All Implemented Interfaces:
PluginFactory,SingletonObject
public class ShowSummaryGeneratorFactory extends AbstractPluginFactory<ShowSummaryGenerator>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<ShowSummaryGenerator>getPluginClass()protected intgetPriority(ShowSummaryGenerator obj, Object... args)Returns the priority of the given object based on the passed args array.ShowSummaryGeneratorgetShowSummaryGenerator()-
Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
-
-
-
Method Detail
-
getPluginClass
protected Class<ShowSummaryGenerator> getPluginClass()
- Specified by:
getPluginClassin classAbstractPluginFactory<ShowSummaryGenerator>
-
getPriority
protected int getPriority(ShowSummaryGenerator obj, 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<ShowSummaryGenerator>
-
getShowSummaryGenerator
public ShowSummaryGenerator getShowSummaryGenerator()
-
-