public class TemplateService extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static TemplateService getInstance()
public String output(String templatePath, Map<String,Object> contextParams) throws IOException
IOException
public void write(String templatePath, File outputFile, Map<String,Object> contextParams) throws IOException
IOException
public void write(String templatePath, Writer output, Map<String,Object> contextParams) throws IOException
IOException
Copyright © 2014 Liquibase.org. All rights reserved.