public class GenerationContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
encoding |
protected java.io.File |
file |
protected java.lang.Object |
model |
protected boolean |
overwrite |
protected java.lang.String |
templateName |
| Constructor and Description |
|---|
GenerationContext(java.lang.Object model,
java.io.File file,
java.lang.String templateName,
java.lang.String encoding,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding() |
java.io.File |
getFile() |
java.lang.Object |
getModel() |
java.lang.String |
getTemplateName() |
boolean |
isOverwrite() |
protected final java.lang.Object model
protected final java.io.File file
protected final java.lang.String templateName
protected final java.lang.String encoding
protected final boolean overwrite