org.codehaus.modello.core
Class DefaultModelloCore
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.modello.core.AbstractModelloCore
org.codehaus.modello.core.DefaultModelloCore
- All Implemented Interfaces:
- ModelloCore, org.codehaus.plexus.logging.LogEnabled
public class DefaultModelloCore
- extends AbstractModelloCore
- Version:
- $Id: DefaultModelloCore.java 821 2007-03-13 20:02:47Z joakime $
- Author:
- Trygve Laugstøl, Emmanuel Venisse
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 |
DefaultModelloCore
public DefaultModelloCore()
getMetadataPluginManager
public MetadataPluginManager getMetadataPluginManager()
loadModel
public Model loadModel(java.io.Reader reader)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
saveModel
public void saveModel(Model model,
java.io.Writer writer)
throws ModelloException
- Throws:
ModelloException
translate
public Model translate(java.io.Reader reader,
java.lang.String inputType,
java.util.Properties parameters)
throws ModelloException
- Throws:
ModelloException
generate
public void generate(Model model,
java.lang.String outputType,
java.util.Properties parameters)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2011 Codehaus. All Rights Reserved.