public class FreeMarker extends AdvancedGenerator
| Constructor and Description |
|---|
FreeMarker() |
| Modifier and Type | Method and Description |
|---|---|
static String |
description() |
static String |
documentation() |
static void |
generateAdvanced(Database database,
Map<String,String> parameters,
File outputDirectory,
PrintWriter outLog)
Generates code using a given FreeMarker template
|
static void |
GenerateTemplate(freemarker.template.Configuration cfg,
File templateName,
File outputDir,
Database database,
PrintWriter outLog) |
static void |
main(String[] args)
Reads input from stored repository
|
flags, generateAdvanced, toBooleanpublic static void main(String[] args)
public static String description()
public static String documentation()
public static void generateAdvanced(Database database, Map<String,String> parameters, File outputDirectory, PrintWriter outLog) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionpublic static void GenerateTemplate(freemarker.template.Configuration cfg,
File templateName,
File outputDir,
Database database,
PrintWriter outLog)
throws freemarker.template.TemplateException,
IOException
freemarker.template.TemplateExceptionIOExceptionCopyright © 2017. All rights reserved.