|
|||||||||||
| 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 null |
String |
getModelEncoding()
|
List |
getTemplates()
Method getTemplates |
List |
getVariables()
Method getVariables |
boolean |
isAllowPartial()
Get null |
void |
removeTemplate(Template template)
Method removeTemplate |
void |
removeVariable(Variable variable)
Method removeVariable |
void |
setAllowPartial(boolean allowPartial)
Set null |
void |
setId(String id)
Set null |
void |
setModelEncoding(String modelEncoding)
|
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)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||