org.codehaus.modello.core
Class AbstractModelloCore
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
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
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 |
AbstractModelloCore
public AbstractModelloCore()
input
public Model input(Reader reader)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
output
public void output(Model model,
Writer writer)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2011 Codehaus. All Rights Reserved.