Uses of Interface
liquibase.plugin.PluginFactory
-
Packages that use PluginFactory Package Description liquibase.change The change package contains the available database "changes".liquibase.changelog liquibase.executor liquibase.extension.testing.testsystem liquibase.license liquibase.logging liquibase.logging.core liquibase.logging.mdc liquibase.plugin liquibase.resource liquibase.ui -
-
Uses of PluginFactory in liquibase.change
Classes in liquibase.change that implement PluginFactory Modifier and Type Class Description classChangeFactoryFactory class for constructing the correct liquibase.change.Change implementation based on a command name. -
Uses of PluginFactory in liquibase.changelog
Classes in liquibase.changelog that implement PluginFactory Modifier and Type Class Description classChangeLogHistoryServiceFactory -
Uses of PluginFactory in liquibase.executor
Classes in liquibase.executor that implement PluginFactory Modifier and Type Class Description classExecutorService -
Uses of PluginFactory in liquibase.extension.testing.testsystem
Classes in liquibase.extension.testing.testsystem that implement PluginFactory Modifier and Type Class Description classTestSystemFactoryFactory for gettingTestSystemimplementations. -
Uses of PluginFactory in liquibase.license
Classes in liquibase.license that implement PluginFactory Modifier and Type Class Description classLicenseServiceFactory -
Uses of PluginFactory in liquibase.logging
Classes in liquibase.logging that implement PluginFactory Modifier and Type Class Description classLogFactory -
Uses of PluginFactory in liquibase.logging.core
Classes in liquibase.logging.core that implement PluginFactory Modifier and Type Class Description classLogServiceFactory -
Uses of PluginFactory in liquibase.logging.mdc
Classes in liquibase.logging.mdc that implement PluginFactory Modifier and Type Class Description classMdcManagerFactory -
Uses of PluginFactory in liquibase.plugin
Classes in liquibase.plugin that implement PluginFactory Modifier and Type Class Description classAbstractPluginFactory<T extends Plugin>Convenience base class for all factories that find correctPluginimplementations. -
Uses of PluginFactory in liquibase.resource
Classes in liquibase.resource that implement PluginFactory Modifier and Type Class Description classPathHandlerFactorySingleton for working withPathHandlers. -
Uses of PluginFactory in liquibase.ui
Classes in liquibase.ui that implement PluginFactory Modifier and Type Class Description classUIServiceFactory
-