Package 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
-
-
Field Summary
-
Fields inherited from interface org.codehaus.modello.core.ModelloCore
ROLE
-
-
Constructor Summary
Constructors Constructor Description AbstractModelloCore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, loadModel, saveModel, translate
-
-
-
-
Method Detail
-
input
public Model input(java.io.Reader reader) throws ModelloException, ModelValidationException
-
output
public void output(Model model, java.io.Writer writer) throws ModelloException
- Throws:
ModelloException
-
-