Serialized Form


Package com.javaforge.bobber.archetype.model

Class com.javaforge.bobber.archetype.model.BobberArchetype extends Object implements Serializable

Serialized Fields

id

String id
Field id.


allowPartial

boolean allowPartial
Field allowPartial.


variables

List variables
Field variables.


templates

List templates
Field templates.


modelEncoding

String modelEncoding

Class com.javaforge.bobber.archetype.model.Template extends Object implements Serializable

Serialized Fields

file

String file
Field file.


output

String output
Field output.


dependsOnVar

String dependsOnVar
If the specified variable is true, the template will be processed, otherwise skipped.


modelEncoding

String modelEncoding

Class com.javaforge.bobber.archetype.model.Variable extends Object implements Serializable

Serialized Fields

name

String name
Field name.


description

String description
Field description.


defvalue

String defvalue
Field defvalue.


variables

List variables
Field variables.


modelEncoding

String modelEncoding



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.