org.codehaus.modello.core
Interface ModelloCore
- All Known Implementing Classes:
- AbstractModelloCore, DefaultModelloCore
public interface ModelloCore
- Version:
- $Id: ModelloCore.java 843 2007-07-20 09:01:44Z jvanzyl $
- Author:
- Trygve Laugstøl
ROLE
static final String ROLE
getMetadataPluginManager
MetadataPluginManager getMetadataPluginManager()
loadModel
Model loadModel(File file)
throws IOException,
ModelloException,
ModelValidationException
- Throws:
IOException
ModelloException
ModelValidationException
loadModel
Model loadModel(Reader reader)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
saveModel
void saveModel(Model model,
Writer writer)
throws ModelloException
- Throws:
ModelloException
translate
Model translate(Reader reader,
String inputType,
Properties parameters)
throws ModelloException,
ModelValidationException
- Throws:
ModelloException
ModelValidationException
generate
void generate(Model model,
String outputType,
Properties parameters)
throws ModelloException
- Throws:
ModelloException
Copyright © 2001-2013 Codehaus. All Rights Reserved.