Package org.codehaus.modello.core
Class DefaultModelloCore
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.modello.core.AbstractModelloCore
org.codehaus.modello.core.DefaultModelloCore
- All Implemented Interfaces:
ModelloCore
,org.codehaus.plexus.logging.LogEnabled
- 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
generate
(Model model, String outputType, Properties parameters) void
translate
(Reader reader, String inputType, Properties parameters) Methods inherited from class org.codehaus.modello.core.AbstractModelloCore
input, output
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
DefaultModelloCore
public DefaultModelloCore()
-
-
Method Details
-
getMetadataPluginManager
-
loadModel
-
loadModel
-
saveModel
- Throws:
ModelloException
-
translate
public Model translate(Reader reader, String inputType, Properties parameters) throws ModelloException - Throws:
ModelloException
-
generate
- Throws:
ModelloException
-