liquibase.sdk.supplier.database
Class ConnectionSupplier.ConfigTemplate
java.lang.Object
liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
- Enclosing class:
- ConnectionSupplier
public static class ConnectionSupplier.ConfigTemplate
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionSupplier.ConfigTemplate
public ConnectionSupplier.ConfigTemplate(String templatePath,
Map<String,Object> context)
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.