liquibase
Class RuntimeEnvironment
java.lang.Object
liquibase.RuntimeEnvironment
public class RuntimeEnvironment
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeEnvironment
public RuntimeEnvironment(Database targetDatabase,
Contexts contexts)
- Deprecated. use version with LabelExpression
RuntimeEnvironment
public RuntimeEnvironment(Database targetDatabase,
Contexts contexts,
LabelExpression labelExpression)
getTargetDatabase
public Database getTargetDatabase()
getContexts
public Contexts getContexts()
getLabels
public LabelExpression getLabels()
Copyright © 2016 Liquibase.org. All rights reserved.