| Constructor and Description |
|---|
JavaGeneratorRunnable() |
| Modifier and Type | Method and Description |
|---|---|
JavaGenerator |
getGenerator() |
TemplateParser |
getParser() |
String |
getSuffixRegex() |
boolean |
isFailOnError() |
void |
run() |
void |
setFailOnError(boolean failOnError) |
void |
setOutputDirectory(File outputDirectory) |
void |
setSuffixRegex(String suffixRegex) |
void |
setTemplateDirectory(File templateDirectory) |
public String getSuffixRegex()
public void setSuffixRegex(String suffixRegex)
public boolean isFailOnError()
public void setFailOnError(boolean failOnError)
public TemplateParser getParser()
public JavaGenerator getGenerator()
public void run()
throws RuntimeException
run in interface RunnableRuntimeExceptionpublic void setTemplateDirectory(File templateDirectory)
public void setOutputDirectory(File outputDirectory)
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.