- setAddDefaultEntities(boolean) - Method in class com.javaforge.bobber.archetype.model.io.xpp3.BobberArchetypeXpp3Reader
-
Sets the state of the "add default entities" flag.
- setAllowPartial(boolean) - Method in class com.javaforge.bobber.archetype.model.BobberArchetype
-
Set the allowPartial field.
- setDefvalue(String) - Method in class com.javaforge.bobber.archetype.model.Variable
-
Set the defvalue field.
- setDependsOnVar(String) - Method in class com.javaforge.bobber.archetype.model.Template
-
Set if the specified variable is true, the template will be
processed, otherwise skipped.
- setDescription(String) - Method in class com.javaforge.bobber.archetype.model.Variable
-
Set the description field.
- setFile(String) - Method in class com.javaforge.bobber.archetype.model.Template
-
Set the file field.
- setId(String) - Method in class com.javaforge.bobber.archetype.model.BobberArchetype
-
Set the id field.
- setModelEncoding(String) - Method in class com.javaforge.bobber.archetype.model.BobberArchetype
-
Set an encoding used for reading/writing the model.
- setModelEncoding(String) - Method in class com.javaforge.bobber.archetype.model.Template
-
Set an encoding used for reading/writing the model.
- setModelEncoding(String) - Method in class com.javaforge.bobber.archetype.model.Variable
-
Set an encoding used for reading/writing the model.
- setName(String) - Method in class com.javaforge.bobber.archetype.model.Variable
-
Set the name field.
- setOutput(String) - Method in class com.javaforge.bobber.archetype.model.Template
-
Set the output field.
- setTemplates(List) - Method in class com.javaforge.bobber.archetype.model.BobberArchetype
-
Set
list of all the templates in the archetype that
need to
.
- setVariables(List) - Method in class com.javaforge.bobber.archetype.model.BobberArchetype
-
Set
variable expressions that will use the
System.properties values to be used as input into the
velocity template engine
.
- setVariables(List) - Method in class com.javaforge.bobber.archetype.model.Variable
-
Set
Variables that depend on their parent.