org.codehaus.modello.core
Class AbstractModelloCore

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.modello.core.AbstractModelloCore
All Implemented Interfaces:
ModelloCore, org.codehaus.plexus.logging.LogEnabled
Direct Known Subclasses:
DefaultModelloCore

public abstract class AbstractModelloCore
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ModelloCore

Version:
$Id: AbstractModelloCore.java 508 2005-10-25 00:37:08Z brett $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.modello.core.ModelloCore
ROLE
 
Constructor Summary
AbstractModelloCore()
           
 
Method Summary
 Model input(java.io.Reader reader)
           
 void output(Model model, java.io.Writer writer)
           
 
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.core.ModelloCore
generate, getMetadataPluginManager, loadModel, saveModel, translate
 

Constructor Detail

AbstractModelloCore

public AbstractModelloCore()
Method Detail

input

public Model input(java.io.Reader reader)
            throws ModelloException,
                   ModelValidationException
Throws:
ModelloException
ModelValidationException

output

public void output(Model model,
                   java.io.Writer writer)
            throws ModelloException
Throws:
ModelloException


Copyright © 2001-2011 Codehaus. All Rights Reserved.