org.codehaus.modello.plugin.dom4j
Class AbstractDom4jGenerator

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.modello.plugin.AbstractModelloGenerator
          extended byorg.codehaus.modello.plugin.dom4j.AbstractDom4jGenerator
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.modello.plugin.ModelloGenerator
Direct Known Subclasses:
Dom4jReaderGenerator, Dom4jWriterGenerator

public abstract class AbstractDom4jGenerator
extends org.codehaus.modello.plugin.AbstractModelloGenerator

AbstractDom4jGenerator

Since:
Aug 7, 2005
Version:
$Id: AbstractDom4jGenerator.java 448 2005-08-09 02:28:29Z trygvis $
Author:
Joakim Erdfelt

Field Summary
private static boolean BREADCRUMB
           
 
Fields inherited from class org.codehaus.modello.plugin.AbstractModelloGenerator
 
Fields inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
 
Constructor Summary
AbstractDom4jGenerator()
           
 
Method Summary
protected  void breadcrumb(org.codehaus.modello.generator.java.javasource.JSourceCode sc, java.lang.String msg)
          compile time breadcrumb as a java comment.
protected  java.lang.String getFileName(java.lang.String suffix)
           
 
Methods inherited from class org.codehaus.modello.plugin.AbstractModelloGenerator
addModelImports, capitalise, getGeneratedVersion, getModel, getOutputDirectory, getParameter, getParameter, getParameter, initialize, 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
 
Methods inherited from interface org.codehaus.modello.plugin.ModelloGenerator
generate
 

Field Detail

BREADCRUMB

private static final boolean BREADCRUMB
See Also:
Constant Field Values
Constructor Detail

AbstractDom4jGenerator

public AbstractDom4jGenerator()
Method Detail

getFileName

protected java.lang.String getFileName(java.lang.String suffix)
                                throws org.codehaus.modello.ModelloException
Throws:
org.codehaus.modello.ModelloException

breadcrumb

protected void breadcrumb(org.codehaus.modello.generator.java.javasource.JSourceCode sc,
                          java.lang.String msg)
compile time breadcrumb as a java comment.