| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.change |
The change package contains the available database "changes".
|
| liquibase.executor | |
| liquibase.hub | |
| liquibase.license | |
| liquibase.logging | |
| liquibase.logging.core | |
| liquibase.plugin | |
| liquibase.ui |
| Modifier and Type | Method and Description |
|---|---|
<T extends SingletonObject> |
Scope.getSingleton(Class<T> type)
Looks up the singleton object of the given type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeFactory
Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorService |
| Modifier and Type | Class and Description |
|---|---|
class |
HubServiceFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
LicenseServiceFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
LogFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
LogServiceFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginFactory
Interface for classes that manage
Plugins. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPluginFactory<T extends Plugin>
Convenience base class for all factories that find correct
Plugin implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
UIServiceFactory |
Copyright © 2020 Liquibase.org. All rights reserved.