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 managePlugins. 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.