org.azyva.dragom.model.config that allow
reading Config from an XML file.See: Description
| Class | Description |
|---|---|
| MapXmlNodeConfigXmAdapter |
XmlAdapter for mapping the Map of XmlNodeConfig in
XmlClassificationNodeConfig to a List of XmlNodeConfig since JAXB does
not directly support Map's. |
| MapXmlNodeConfigXmAdapter.ListNode | |
| MapXmlPluginDefConfigAdapter |
XmlAdapter for mapping the Map of XmlPluginDefConfig in
XmlNodeConfig to
List of PluginDefConfig since JAXB does not directly support Map's. |
| MapXmlPluginDefConfigAdapter.ListPluginDefConfigXml |
We need to introduce a class for wrapping the List of
XmlPluginDefConfig's, else JAXB does not know what to do with the List
itself. |
| MapXmlPropertyDefConfigAdapter |
XmlAdapter for mapping the Map of XmlPropertyDefConfig in
XmlNodeConfig
to a simple list parameters in the XML file since JAXB does not directly
support Map's, but mostly so that properties can be expressed with simple
parameters. |
| MapXmlPropertyDefConfigAdapter.ListProperty |
We need to introduce a class for wrapping the List of JAXBElement's, else JAXB
does not know what to do with the List itself.
|
| XmlClassificationNodeConfig |
Implementation of
ClassificationNodeConfig
that allows reading from an XML file. |
| XmlConfig |
Implementation of
Config that allows reading
from an XML file. |
| XmlModuleConfig |
Implementation for
ModuleConfig that allows reading from an XML file. |
| XmlNodeConfig |
Implementation of
NodeConfig that allows reading from an XML file. |
| XmlPluginDefConfig |
Implementation for
PluginDefConfig that allows reading from an XML
file. |
| XmlPropertyDefConfig |
Implementation for
PropertyDefConfig that allows reading from an XML
file. |
org.azyva.dragom.model.config that allow
reading Config from an XML file.
JAXB is used.
Copyright © 2015–2016 AZYVA INC.. All rights reserved.