public class Generator extends Object
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
CodeSnipit |
execute(JavaForgerConfiguration genConfig) |
CodeSnipit |
execute(JavaForgerConfiguration config,
String inputClass) |
CodeSnipit |
execute(String template,
String inputClass) |
CodeSnipit |
execute(String template,
String inputClass,
TemplateInputParameters inputParameters) |
CodeSnipit |
execute(String template,
TemplateInputParameters inputParameters) |
public CodeSnipit execute(String template, TemplateInputParameters inputParameters) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionpublic CodeSnipit execute(String template, String inputClass) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionpublic CodeSnipit execute(String template, String inputClass, TemplateInputParameters inputParameters) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionpublic CodeSnipit execute(JavaForgerConfiguration genConfig) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionpublic CodeSnipit execute(JavaForgerConfiguration config, String inputClass) throws IOException, freemarker.template.TemplateException
IOExceptionfreemarker.template.TemplateExceptionCopyright © 2019. All rights reserved.