| Package | Description |
|---|---|
| org.azyva.dragom.model.config.impl.xml |
Implementations of classes in
org.azyva.dragom.model.config that allow
reading Config from an XML file. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlClassificationNodeConfig
Implementation of
ClassificationNodeConfig
that allows reading from an XML file. |
class |
XmlModuleConfig
Implementation for
ModuleConfig that allows reading from an XML file. |
| Modifier and Type | Method and Description |
|---|---|
List<XmlNodeConfig> |
MapXmlNodeConfigXmAdapter.ListNode.getListXmlNodeConfig() |
Map<String,XmlNodeConfig> |
MapXmlNodeConfigXmAdapter.unmarshal(MapXmlNodeConfigXmAdapter.ListNode listNode) |
| Modifier and Type | Method and Description |
|---|---|
MapXmlNodeConfigXmAdapter.ListNode |
MapXmlNodeConfigXmAdapter.marshal(Map<String,XmlNodeConfig> mapNodeConfigXml)
This method is not really useful for now since modification of
XmlConfig is not currently supported. |
| Constructor and Description |
|---|
ListNode(List<XmlNodeConfig> listXmlNodeConfig)
Constructor taking a List of XmlNodeConfig used for marshalling.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.