liquibase.sdk
Class TemplateService
java.lang.Object
liquibase.sdk.TemplateService
public class TemplateService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TemplateService getInstance()
output
public String output(String templatePath,
Map<String,Object> contextParams)
throws IOException
- Throws:
IOException
write
public void write(String templatePath,
File outputFile,
Map<String,Object> contextParams)
throws IOException
- Throws:
IOException
write
public void write(String templatePath,
Writer output,
Map<String,Object> contextParams)
throws IOException
- Throws:
IOException
Copyright © 2015 Liquibase.org. All rights reserved.