Class XsdGenerator

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

@Named("xsd") public class XsdGenerator extends org.codehaus.modello.plugins.xml.AbstractXmlGenerator
Author:
Brett Porter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generate(org.codehaus.modello.model.Model model, Map<String,Object> 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, getGeneratedHeader, getGeneratedVersion, getHeader, getLicenseHeader, getLogger, getModel, getOutputDirectory, getParameter, initialize, isClassInModel, isCollection, isEmpty, isInnerAssociation, isMap, isPackageWithVersion, newWriter, newWriter, requireParameter, singular, uncapitalise

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LS

      protected static final String LS
  • Constructor Details

    • XsdGenerator

      public XsdGenerator()
  • Method Details

    • generate

      public void generate(org.codehaus.modello.model.Model model, Map<String,Object> parameters) throws org.codehaus.modello.ModelloException
      Throws:
      org.codehaus.modello.ModelloException