public class RuntimeEnvironment extends Object
Constructor and Description |
---|
RuntimeEnvironment(Database targetDatabase,
Contexts contexts)
Deprecated.
use version with LabelExpression
|
RuntimeEnvironment(Database targetDatabase,
Contexts contexts,
LabelExpression labelExpression) |
Modifier and Type | Method and Description |
---|---|
Contexts |
getContexts() |
LabelExpression |
getLabels() |
Database |
getTargetDatabase() |
public RuntimeEnvironment(Database targetDatabase, Contexts contexts)
public RuntimeEnvironment(Database targetDatabase, Contexts contexts, LabelExpression labelExpression)
public Database getTargetDatabase()
public Contexts getContexts()
public LabelExpression getLabels()
Copyright © 2017 Liquibase.org. All rights reserved.