Package org.codehaus.modello.core
Class DefaultModelloCore
java.lang.Object
org.codehaus.modello.core.AbstractModelloCore
org.codehaus.modello.core.DefaultModelloCore
- All Implemented Interfaces:
ModelloCore
- Author:
- Trygve Laugstøl, Emmanuel Venisse
-
Field Summary
Fields inherited from interface org.codehaus.modello.core.ModelloCore
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class org.codehaus.modello.core.AbstractModelloCore
getLogger, input, output
-
Constructor Details
-
DefaultModelloCore
public DefaultModelloCore()
-
-
Method Details
-
getMetadataPluginManager
-
loadModel
-
loadModel
-
saveModel
- Throws:
ModelloException
-
translate
public Model translate(Reader reader, String inputType, Map<String, Object> parameters) throws ModelloException- Throws:
ModelloException
-
generate
public void generate(Model model, String outputType, Map<String, Object> parameters) throws ModelloException- Throws:
ModelloException
-