Package org.codehaus.modello.core.io
Class ModelReader
java.lang.Object
org.codehaus.modello.core.io.ModelReader
- Author:
- Trygve Laugstøl, Emmanuel Venisse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributesForAssociation
(ModelAssociation modelAssociation) getAttributesForClass
(ModelClass modelClass) getAttributesForField
(ModelField modelField) getAttributesForInterface
(ModelInterface modelInterface) void
parseModel
(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
-
Constructor Details
-
ModelReader
public ModelReader()
-
-
Method Details
-
getAttributesForModel
-
getAttributesForClass
-
getAttributesForInterface
-
getAttributesForField
-
getAttributesForAssociation
-
loadModel
- Throws:
ModelloException
-
parseModel
public void parseModel(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-