org.codehaus.modello.plugin.xdoc

Class XdocGenerator

Implemented Interfaces:
ModelloGenerator

public class XdocGenerator
extends AbstractXmlGenerator

Version:
$Id: XdocGenerator.java 927 2008-08-04 21:56:54Z olamy $
Authors:
Jason van Zyl
Emmanuel Venisse

Method Summary

void
generate(Model model, Properties parameters)

Methods inherited from class org.codehaus.modello.plugins.xml.AbstractXmlGenerator

getAttributeFieldsForClass, getContentField, hasContentField, resolveFieldTagName

Methods inherited from class org.codehaus.modello.plugin.AbstractModelloGenerator

addModelImports, capitalise, getEncoding, getFieldsForClass, getGeneratedVersion, getModel, getOutputDirectory, getParameter, getParameter, getParameter, getPrefix, initialize, isClassInModel, isCollection, isEmpty, isInnerAssociation, isMap, isPackageWithVersion, newJSourceWriter, singular, uncapitalise

Method Details

generate

public void generate(Model model,
                     Properties parameters)
            throws ModelloException
Specified by:
generate in interface ModelloGenerator