public class ModelReader extends Object
Constructor and Description |
---|
ModelReader() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributesForAssociation(ModelAssociation modelAssociation) |
Map<String,String> |
getAttributesForClass(ModelClass modelClass) |
Map<String,String> |
getAttributesForField(ModelField modelField) |
Map<String,String> |
getAttributesForInterface(ModelInterface modelInterface) |
Map<String,String> |
getAttributesForModel() |
Model |
loadModel(Reader reader) |
void |
parseModel(Model model,
org.codehaus.plexus.util.xml.pull.XmlPullParser parser) |
public Map<String,String> getAttributesForClass(ModelClass modelClass)
public Map<String,String> getAttributesForInterface(ModelInterface modelInterface)
public Map<String,String> getAttributesForField(ModelField modelField)
public Map<String,String> getAttributesForAssociation(ModelAssociation modelAssociation)
public Model loadModel(Reader reader) throws ModelloException
ModelloException
public void parseModel(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
Copyright © 2001–2014 Codehaus. All rights reserved.