Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
liquibase.configuration |
Modifier and Type | Method and Description |
---|---|
Scope |
SingletonScopeManager.getCurrentScope() |
abstract Scope |
ScopeManager.getCurrentScope() |
static Scope |
Scope.getCurrentScope() |
Scope |
ThreadLocalScopeManager.getCurrentScope() |
Scope |
Scope.getParent()
Returns the parent scope to this scope.
|
protected Scope |
SingletonScopeManager.init(Scope scope) |
protected abstract Scope |
ScopeManager.init(Scope scope) |
protected Scope |
ThreadLocalScopeManager.init(Scope scope) |
Modifier and Type | Method and Description |
---|---|
protected Scope |
SingletonScopeManager.init(Scope scope) |
protected abstract Scope |
ScopeManager.init(Scope scope) |
protected Scope |
ThreadLocalScopeManager.init(Scope scope) |
protected void |
SingletonScopeManager.setCurrentScope(Scope scope) |
protected abstract void |
ScopeManager.setCurrentScope(Scope scope) |
protected void |
ThreadLocalScopeManager.setCurrentScope(Scope scope) |
Constructor and Description |
---|
Scope(Scope parent,
Map<String,Object> scopeValues) |
Modifier and Type | Method and Description |
---|---|
void |
LiquibaseConfiguration.init(Scope scope)
Finishes configuration of this service.
|
Copyright © 2023 Liquibase.org. All rights reserved.