|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.ApplicationXMLReader
public class ApplicationXMLReader
Reader for loading Application XML models into a Java representation states.
| Nested Class Summary | |
|---|---|
static class |
ApplicationXMLReader.ExpressionProcessor
Parse expression text. |
| Field Summary | |
|---|---|
protected Set[] |
mappings
The mappings. |
protected Reader |
reader
The reader instance. |
| Constructor Summary | |
|---|---|
ApplicationXMLReader(Set[] mappings)
Create a new reader. |
|
| Method Summary | |
|---|---|
static void |
addMethodInfos(Map props,
String type,
String[] names)
Add method info. |
static Set |
getXMLMapping(Set[] mappings)
Get the XML mapping. |
MApplicationType |
read(ResourceInfo rinfo,
ClassLoader classloader)
Read properties from xml. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Reader reader
protected Set[] mappings
| Constructor Detail |
|---|
public ApplicationXMLReader(Set[] mappings)
| Method Detail |
|---|
public MApplicationType read(ResourceInfo rinfo,
ClassLoader classloader)
throws Exception
info - The resource info.classloader - The classloader.
Exception
public static void addMethodInfos(Map props,
String type,
String[] names)
public static Set getXMLMapping(Set[] mappings)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||