org.codehaus.modello.plugin.stax
Class StaxWriterGenerator

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.modello.plugin.AbstractModelloGenerator
          extended byorg.codehaus.modello.plugin.stax.AbstractStaxGenerator
              extended byorg.codehaus.modello.plugin.stax.StaxWriterGenerator
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.modello.plugin.ModelloGenerator

public class StaxWriterGenerator
extends AbstractStaxGenerator

Version:
$Id: StaxWriterGenerator.java 675 2006-11-16 10:58:59Z brett $
Author:
Jason van Zyl , Emmanuel Venisse

Constructor Summary
StaxWriterGenerator()
           
 
Method Summary
 void generate(org.codehaus.modello.model.Model model, java.util.Properties parameters)
           
 
Methods inherited from class org.codehaus.modello.plugin.stax.AbstractStaxGenerator
getFileName, getReferenceIdentifierField, getValue, initialize, isAssociationPartToClass
 
Methods inherited from class org.codehaus.modello.plugin.AbstractModelloGenerator
addModelImports, capitalise, getGeneratedVersion, getModel, getOutputDirectory, getParameter, getParameter, getParameter, getPrefix, isClassInModel, isCollection, isEmpty, 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

StaxWriterGenerator

public StaxWriterGenerator()
Method Detail

generate

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


Copyright © 2001-2007 Codehaus. All Rights Reserved.