org.codehaus.modello.plugin.xsd
Class XsdGenerator

java.lang.Object
  extended by AbstractLogEnabled
      extended by org.codehaus.modello.plugin.AbstractModelloGenerator
          extended by org.codehaus.modello.plugins.xml.AbstractXmlGenerator
              extended by org.codehaus.modello.plugin.xsd.XsdGenerator
All Implemented Interfaces:
ModelloGenerator

public class XsdGenerator
extends AbstractXmlGenerator

Version:
$Id: XsdGenerator.java 1484 2010-05-08 17:25:54Z bentmann $
Author:
Brett Porter

Constructor Summary
XsdGenerator()
           
 
Method Summary
 void generate(Model model, java.util.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdGenerator

public XsdGenerator()
Method Detail

generate

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