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