liquibase.sdk.supplier.database
Class ConnectionSupplier.ConfigTemplate

java.lang.Object
  extended by liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
Enclosing class:
ConnectionSupplier

public static class ConnectionSupplier.ConfigTemplate
extends Object


Constructor Summary
ConnectionSupplier.ConfigTemplate(String templatePath, Map<String,Object> context)
           
 
Method Summary
 Map<String,Object> getContext()
           
 String getOutputFileName()
           
 String getTemplatePath()
           
 String output()
           
 void write(File outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionSupplier.ConfigTemplate

public ConnectionSupplier.ConfigTemplate(String templatePath,
                                         Map<String,Object> context)
Method Detail

getTemplatePath

public String getTemplatePath()

getContext

public Map<String,Object> getContext()

getOutputFileName

public String getOutputFileName()

write

public void write(File outputFile)
           throws IOException
Throws:
IOException

output

public String output()
              throws IOException
Throws:
IOException


Copyright © 2015 Liquibase.org. All rights reserved.