org.codehaus.modello.core
Class DefaultModelloCore

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.modello.core.AbstractModelloCore
          extended by 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

Field Summary
 
Fields inherited from interface org.codehaus.modello.core.ModelloCore
ROLE
 
Constructor Summary
DefaultModelloCore()
           
 
Method Summary
 void generate(Model model, java.lang.String outputType, java.util.Properties parameters)
           
 MetadataPluginManager getMetadataPluginManager()
           
 Model loadModel(java.io.Reader reader)
           
 void saveModel(Model model, java.io.Writer writer)
           
 Model translate(java.io.Reader reader, java.lang.String inputType, java.util.Properties parameters)
           
 
Methods inherited from class org.codehaus.modello.core.AbstractModelloCore
input, output
 
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
 

Constructor Detail

DefaultModelloCore

public DefaultModelloCore()
Method Detail

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.