public interface Mapper
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Element |
exportXml(Map<String,Object> options)
Exports to V2 XML.
|
void |
importXml(org.dom4j.Element root)
Imports V2 XML.
|
org.dom4j.Element exportXml(Map<String,Object> options) throws ExportException
options - map of arbitrarty options.ExportException - error producing XML.void importXml(org.dom4j.Element root)
throws ImportException
root - root XML element.ImportException - error importing data.Copyright © 2017 Atlassian. All rights reserved.