Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractLogEnabled
org.codehaus.modello.core.AbstractModelloCore
org.codehaus.modello.core.DefaultModelloCore
public class DefaultModelloCore
extends AbstractModelloCore
Fields inherited from interface org.codehaus.modello.core.ModelloCore | |
ROLE |
Method Summary | |
void | |
MetadataPluginManager | |
Model |
|
void | |
Model |
|
Methods inherited from class org.codehaus.modello.core.AbstractModelloCore | |
input , output |
public void generate(Model model, String outputType, Properties parameters) throws ModelloException
- Specified by:
- generate in interface ModelloCore
public MetadataPluginManager getMetadataPluginManager()
- Specified by:
- getMetadataPluginManager in interface ModelloCore
public Model loadModel(Reader reader) throws ModelloException, ModelValidationException
- Specified by:
- loadModel in interface ModelloCore
public void saveModel(Model model, Writer writer) throws ModelloException
- Specified by:
- saveModel in interface ModelloCore
public Model translate(Reader reader, String inputType, Properties parameters) throws ModelloException
- Specified by:
- translate in interface ModelloCore