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