org.codehaus.modello.core.io
Class ModelReader
java.lang.Object
org.codehaus.modello.core.io.ModelReader
public class ModelReader
- extends java.lang.Object
- Version:
- $Id: ModelReader.java 821 2007-03-13 20:02:47Z joakime $
- Author:
- Trygve Laugstøl, Emmanuel Venisse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelReader
public ModelReader()
getAttributesForModel
public java.util.Map getAttributesForModel()
getAttributesForModel
public java.util.Map getAttributesForModel(Model model)
getAttributesForClass
public java.util.Map getAttributesForClass(ModelClass modelClass)
getAttributesForField
public java.util.Map getAttributesForField(ModelField modelField)
getAttributesForAssociation
public java.util.Map getAttributesForAssociation(ModelAssociation modelAssociation)
loadModel
public Model loadModel(java.io.Reader reader)
throws ModelloException
- Throws:
ModelloException
parseModel
public void parseModel(Model model,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
throws org.codehaus.plexus.util.xml.pull.XmlPullParserException,
java.io.IOException
- Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
java.io.IOException
Copyright © 2001-2011 Codehaus. All Rights Reserved.