org.codehaus.modello
Class Modello
java.lang.Object
org.codehaus.modello.Modello
public class Modello
- extends Object
- Version:
- $Id: Modello.java 938 2008-11-24 21:31:52Z hboutemy $
- Author:
- Jason van Zyl, Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Modello
public Modello()
throws ModelloException
- Throws:
ModelloException
generate
public void generate(Reader modelReader,
String outputType,
Properties parameters)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
translate
public void translate(Reader reader,
Writer writer,
String outputType,
Properties parameters)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
Copyright © 2001-2012 Codehaus. All Rights Reserved.