org.codehaus.modello.core

Class AbstractModelloCore

Implemented Interfaces:
ModelloCore
Known Direct Subclasses:
DefaultModelloCore

public abstract class AbstractModelloCore
extends AbstractLogEnabled
implements ModelloCore

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

Fields inherited from interface org.codehaus.modello.core.ModelloCore

ROLE

Method Summary

Model
input(Reader reader)
void
output(Model model, Writer writer)

Method Details

input

public Model input(Reader reader)
            throws ModelloException,
                   ModelValidationException

output

public void output(Model model,
                   Writer writer)
            throws ModelloException