liquibase
Class RuntimeEnvironment

java.lang.Object
  extended by liquibase.RuntimeEnvironment

public class RuntimeEnvironment
extends Object


Constructor Summary
RuntimeEnvironment(Database targetDatabase, Contexts contexts)
          Deprecated. use version with LabelExpression
RuntimeEnvironment(Database targetDatabase, Contexts contexts, LabelExpression labelExpression)
           
 
Method Summary
 Contexts getContexts()
           
 LabelExpression getLabels()
           
 Database getTargetDatabase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeEnvironment

public RuntimeEnvironment(Database targetDatabase,
                          Contexts contexts)
Deprecated. use version with LabelExpression


RuntimeEnvironment

public RuntimeEnvironment(Database targetDatabase,
                          Contexts contexts,
                          LabelExpression labelExpression)
Method Detail

getTargetDatabase

public Database getTargetDatabase()

getContexts

public Contexts getContexts()

getLabels

public LabelExpression getLabels()


Copyright © 2016 Liquibase.org. All rights reserved.