public class BobberArchetype extends Object implements Serializable
Constructor and Description |
---|
BobberArchetype() |
Modifier and Type | Method and Description |
---|---|
void |
addTemplate(Template template)
Method addTemplate.
|
void |
addVariable(Variable variable)
Method addVariable.
|
String |
getId()
Get the id field.
|
String |
getModelEncoding() |
List |
getTemplates()
Method getTemplates.
|
List |
getVariables()
Method getVariables.
|
boolean |
isAllowPartial()
Get the allowPartial field.
|
void |
removeTemplate(Template template)
Method removeTemplate.
|
void |
removeVariable(Variable variable)
Method removeVariable.
|
void |
setAllowPartial(boolean allowPartial)
Set the allowPartial field.
|
void |
setId(String id)
Set the id field.
|
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.
|
void |
setTemplates(List templates)
Set
list of all the templates in the archetype that
need to
.
|
void |
setVariables(List variables)
Set
variable expressions that will use the
System.properties values to be used as input into the
velocity template engine
.
|
public void addTemplate(Template template)
template
- public void addVariable(Variable variable)
variable
- public String getId()
public List getTemplates()
public List getVariables()
public boolean isAllowPartial()
public void removeTemplate(Template template)
template
- public void removeVariable(Variable variable)
variable
- public void setAllowPartial(boolean allowPartial)
allowPartial
- public void setId(String id)
id
- public void setTemplates(List templates)
templates
- public void setVariables(List variables)
variables
- 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.