Package liquibase.plugin
Interface PluginFactory
- All Superinterfaces:
SingletonObject
- All Known Implementing Classes:
AbstractPluginFactory,AnalyticsConfigurationFactory,AnalyticsFactory,ChangeFactory,ChangeLogHistoryServiceFactory,ChangelogPrintServiceFactory,ChangeSetServiceFactory,ExecutorService,LicenseServiceFactory,LicenseTrackingFactory,LogFactory,LogServiceFactory,MdcManagerFactory,OutputFileHandlerFactory,PathHandlerFactory,ProjectCopierFactory,ShowSummaryGeneratorFactory,SqlParserFactory,TestSystemFactory,UIServiceFactory,ValidatingVisitorGeneratorFactory
Interface for classes that manage
Plugins.
Normally the factories will use a "priority" mechanism where they assign a priority to each object and return the plugin object with the highest priority.