|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.javaforge.bobber.archetype.model.Template
Represents a template in the archetype to be processed .
| Constructor Summary | |
Template()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Template()
| Method Detail |
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||