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 1274 2009-07-04 19:39:46Z hboutemy $
- 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(File file)
throws IOException,
ModelloException,
ModelValidationException
- Throws:
IOException
ModelloException
ModelValidationException
loadModel
public Model loadModel(Reader reader)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
saveModel
public void saveModel(Model model,
Writer writer)
throws ModelloException
- Throws:
ModelloException
translate
public Model translate(Reader reader,
String inputType,
Properties parameters)
throws ModelloException
- Throws:
ModelloException
generate
public void generate(Model model,
String outputType,
Properties parameters)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2013 Codehaus. All Rights Reserved.