All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.ScopeManager Maven / Gradle / Ivy

There is a newer version: 4.29.1
Show newest version
package liquibase;

public abstract class ScopeManager {

    public abstract Scope getCurrentScope();

    protected abstract void setCurrentScope(Scope scope);

    protected abstract Scope init(Scope scope) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy