Package liquibase
Class SingletonScopeManager
- java.lang.Object
-
- liquibase.ScopeManager
-
- liquibase.SingletonScopeManager
-
public class SingletonScopeManager extends ScopeManager
-
-
Constructor Summary
Constructors Constructor Description SingletonScopeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopegetCurrentScope()protected Scopeinit(Scope scope)protected voidsetCurrentScope(Scope scope)
-
-
-
Method Detail
-
getCurrentScope
public Scope getCurrentScope()
- Specified by:
getCurrentScopein classScopeManager
-
init
protected Scope init(Scope scope) throws Exception
- Specified by:
initin classScopeManager- Throws:
Exception
-
setCurrentScope
protected void setCurrentScope(Scope scope)
- Specified by:
setCurrentScopein classScopeManager
-
-