org.nuiton.eugene.plugin.writer
Class BaseModelFileWriter

java.lang.Object
  extended by org.nuiton.eugene.AbstractModelFileWriter
      extended by org.nuiton.eugene.plugin.writer.BaseModelFileWriter
All Implemented Interfaces:
ModelFileWriter
Direct Known Subclasses:
BaseXmiToModelFileWriter, ZargoModelFileWriter

public abstract class BaseModelFileWriter
extends AbstractModelFileWriter

Surcharge de l'implentation abstraite pour avoir le logger de la console maven.

Since:
2.0.0
Author:
tchemit

Field Summary
static java.lang.String PROP_CLASS_LOADER
           
 
Fields inherited from class org.nuiton.eugene.AbstractModelFileWriter
configuration, entries, nextWriter, previousWriter
 
Constructor Summary
BaseModelFileWriter()
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 
Methods inherited from class org.nuiton.eugene.AbstractModelFileWriter
addEntry, clear, generate, generate, getConfiguration, getEntries, getInputProtocol, getNextWriter, getOutputDirectory, getPreviousWriter, getProperty, setNextWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuiton.eugene.ModelFileWriter
acceptInclude, acceptModel, getDefaultIncludes, getDefaultInputDirectory, getDefaultOutputDirectory, getInputProtocol, getOutputProtocol
 

Field Detail

PROP_CLASS_LOADER

public static final java.lang.String PROP_CLASS_LOADER
See Also:
Constant Field Values
Constructor Detail

BaseModelFileWriter

public BaseModelFileWriter()
Method Detail

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)

getLog

public org.apache.maven.plugin.logging.Log getLog()

getClassLoader

public java.lang.ClassLoader getClassLoader()


Copyright © 2006-2009 CodeLutin. All Rights Reserved.