liquibase.sdk
Class TemplateService

java.lang.Object
  extended by liquibase.sdk.TemplateService

public class TemplateService
extends Object


Method Summary
static TemplateService getInstance()
           
 String output(String templatePath, Map<String,Object> contextParams)
           
 void write(String templatePath, File outputFile, Map<String,Object> contextParams)
           
 void write(String templatePath, Writer output, Map<String,Object> contextParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.