org.codehaus.modello.plugin.xpp3

Class Xpp3ReaderGenerator

Implemented Interfaces:
ModelloGenerator

public class Xpp3ReaderGenerator
extends AbstractXpp3Generator

Version:
$Id: Xpp3ReaderGenerator.java 917 2008-07-29 20:36:30Z olamy $
Authors:
Jason van Zyl
Emmanuel Venisse

Method Summary

void
generate(Model model, Properties parameters)

Methods inherited from class org.codehaus.modello.plugin.xpp3.AbstractXpp3Generator

getFileName

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