org.codehaus.modello.plugin.xdoc
Class XdocGenerator

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.modello.plugin.AbstractModelloGenerator
          extended by org.codehaus.modello.plugins.xml.AbstractXmlGenerator
              extended by org.codehaus.modello.plugin.xdoc.XdocGenerator
All Implemented Interfaces:
ModelloGenerator, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class XdocGenerator
extends AbstractXmlGenerator

Version:
$Id: XdocGenerator.java 1469 2010-04-20 16:45:36Z hboutemy $
Author:
Jason van Zyl, Emmanuel Venisse

Constructor Summary
XdocGenerator()
           
 
Method Summary
 void generate(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, contextualize, getBuildContext, getEncoding, getFieldsForClass, getGeneratedVersion, getHeader, getModel, getOutputDirectory, getParameter, getParameter, getParameter, initialize, isClassInModel, isCollection, isEmpty, isInnerAssociation, isMap, isPackageWithVersion, singular, uncapitalise
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdocGenerator

public XdocGenerator()
Method Detail

generate

public void generate(Model model,
                     Properties parameters)
              throws ModelloException
Throws:
ModelloException


Copyright © 2001-2011 Codehaus. All Rights Reserved.