org.codehaus.modello.core
Interface ModelloCore
- All Known Implementing Classes:
- AbstractModelloCore, DefaultModelloCore
public interface ModelloCore
- Version:
- $Id: ModelloCore.java 765 2006-12-27 00:00:20Z aheritier $
- Author:
- Trygve Laugstøl
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
getMetadataPluginManager
MetadataPluginManager getMetadataPluginManager()
loadModel
Model loadModel(java.io.Reader reader)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
saveModel
void saveModel(Model model,
java.io.Writer writer)
throws ModelloException
- Throws:
ModelloException
translate
Model translate(java.io.Reader reader,
java.lang.String inputType,
java.util.Properties parameters)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
generate
void generate(Model model,
java.lang.String outputType,
java.util.Properties parameters)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2011 Codehaus. All Rights Reserved.