Package liquibase.plugin
Interface PluginFactory
- All Superinterfaces:
SingletonObject
- All Known Implementing Classes:
AbstractPluginFactory
,AnalyticsConfigurationFactory
,AnalyticsFactory
,ChangeFactory
,ChangeLogHistoryServiceFactory
,ChangeSetServiceFactory
,ExecutorService
,LicenseServiceFactory
,LogFactory
,LogServiceFactory
,MdcManagerFactory
,OutputFileHandlerFactory
,PathHandlerFactory
,ShowSummaryGeneratorFactory
,SqlParserFactory
,TestSystemFactory
,UIServiceFactory
,ValidatingVisitorGeneratorFactory
Interface for classes that manage
Plugin
s.
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.