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
IOExceptionpublic void write(String templatePath, File outputFile, Map<String,Object> contextParams) throws IOException
IOExceptionpublic void write(String templatePath, Writer output, Map<String,Object> contextParams) throws IOException
IOExceptionCopyright © 2015 Liquibase.org. All rights reserved.