liquibase.changelog
Class ChangeLogParameters.ExpressionExpander

java.lang.Object
  extended by liquibase.changelog.ChangeLogParameters.ExpressionExpander
Enclosing class:
ChangeLogParameters

protected static class ChangeLogParameters.ExpressionExpander
extends Object


Constructor Summary
ChangeLogParameters.ExpressionExpander(ChangeLogParameters changeLogParameters)
           
 
Method Summary
 String expandExpressions(String text, DatabaseChangeLog changeLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogParameters.ExpressionExpander

public ChangeLogParameters.ExpressionExpander(ChangeLogParameters changeLogParameters)
Method Detail

expandExpressions

public String expandExpressions(String text,
                                DatabaseChangeLog changeLog)


Copyright © 2015 Liquibase.org. All rights reserved.