org.codehaus.modello
Class Modello

java.lang.Object
  extended by org.codehaus.modello.Modello

public class Modello
extends java.lang.Object

Version:
$Id: Modello.java 717 2006-11-25 23:58:53Z jvanzyl $
Author:
Jason van Zyl, Trygve Laugstøl

Constructor Summary
Modello()
           
 
Method Summary
 void generate(java.io.Reader modelReader, java.lang.String outputType, java.util.Properties parameters)
           
 void translate(java.io.Reader reader, java.io.Writer writer, java.lang.String outputType, java.util.Properties parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Modello

public Modello()
        throws ModelloException
Throws:
ModelloException
Method Detail

generate

public void generate(java.io.Reader modelReader,
                     java.lang.String outputType,
                     java.util.Properties parameters)
              throws ModelloException,
                     ModelValidationException
Throws:
ModelloException
ModelValidationException

translate

public void translate(java.io.Reader reader,
                      java.io.Writer writer,
                      java.lang.String outputType,
                      java.util.Properties parameters)
               throws ModelloException,
                      ModelValidationException
Throws:
ModelloException
ModelValidationException


Copyright © 2001-2011 Codehaus. All Rights Reserved.