Package org.codehaus.modello.plugin.xdoc
Class XdocGenerator
java.lang.Object
org.codehaus.modello.plugin.AbstractModelloGenerator
org.codehaus.modello.plugins.xml.AbstractXmlGenerator
org.codehaus.modello.plugin.xdoc.XdocGenerator
- All Implemented Interfaces:
org.codehaus.modello.plugin.ModelloGenerator
@Named("xdoc")
@Singleton
public class XdocGenerator
extends org.codehaus.modello.plugins.xml.AbstractXmlGenerator
- Author:
- Jason van Zyl, Emmanuel Venisse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(org.codehaus.modello.model.Model model, Properties parameters) Methods inherited from class org.codehaus.modello.plugins.xml.AbstractXmlGenerator
getContentField, getFieldsForXml, getXmlAttributeFields, hasContentField, initHeader, resolveTagName, resolveTagName, resolveTagName
Methods inherited from class org.codehaus.modello.plugin.AbstractModelloGenerator
capitalise, getBuildContext, getEncoding, getFieldsForClass, getGeneratedVersion, getHeader, getLogger, getModel, getOutputDirectory, getParameter, getParameter, getParameter, initialize, isClassInModel, isCollection, isEmpty, isInnerAssociation, isMap, isPackageWithVersion, newWriter, newWriter, singular, uncapitalise
-
Constructor Details
-
XdocGenerator
public XdocGenerator()
-
-
Method Details
-
generate
public void generate(org.codehaus.modello.model.Model model, Properties parameters) throws org.codehaus.modello.ModelloException - Throws:
org.codehaus.modello.ModelloException
-