public class RuntimeEnvironment extends Object
| Constructor and Description |
|---|
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, LabelExpression labelExpression)
public Database getTargetDatabase()
public Contexts getContexts()
public LabelExpression getLabels()
Copyright © 2019 Liquibase.org. All rights reserved.