Package liquibase.plugin
Interface PluginFactory
-
- All Superinterfaces:
SingletonObject
- All Known Implementing Classes:
AbstractPluginFactory
,ChangeFactory
,ChangeLogHistoryServiceFactory
,ChangeSetServiceFactory
,ExecutorService
,LicenseServiceFactory
,LogFactory
,LogServiceFactory
,MdcManagerFactory
,PathHandlerFactory
,ShowSummaryGeneratorFactory
,SqlParserFactory
,TestSystemFactory
,UIServiceFactory
public interface PluginFactory extends SingletonObject
Interface for classes that managePlugin
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.