public class Template extends Object implements Serializable
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDependsOnVar()
Get if the specified variable is true, the template will be
processed, otherwise skipped.
|
String |
getFile()
Get the file field.
|
String |
getModelEncoding() |
String |
getOutput()
Get the output field.
|
void |
setDependsOnVar(String dependsOnVar)
Set if the specified variable is true, the template will be
processed, otherwise skipped.
|
void |
setFile(String file)
Set the file field.
|
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.
|
void |
setOutput(String output)
Set the output field.
|
public String getDependsOnVar()
public String getFile()
public String getOutput()
public void setDependsOnVar(String dependsOnVar)
dependsOnVar - public void setFile(String file)
file - public void setOutput(String output)
output - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.