public class TemplateConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
baseDir |
com.google.gson.JsonObject |
globals |
java.lang.String |
parent |
java.lang.String |
target |
java.lang.String |
template |
com.google.gson.JsonElement |
variables |
com.google.gson.JsonElement[] |
variants |
| Constructor and Description |
|---|
TemplateConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(TemplateConfig other) |
public java.lang.String parent
public java.lang.String baseDir
public java.lang.String template
public java.lang.String target
public com.google.gson.JsonObject globals
public com.google.gson.JsonElement[] variants
public com.google.gson.JsonElement variables
public void copyFrom(TemplateConfig other)