|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.javaforge.bobber.archetype.model.BobberArchetype
Describes the assembly layout and packaging.
| Constructor Summary | |
BobberArchetype()
|
|
| Method Summary | |
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 . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BobberArchetype()
| Method Detail |
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||