Package | Description |
---|---|
com.atlassian.confluence.it.export |
Modifier and Type | Method and Description |
---|---|
static SimpleSiteStructure |
SimpleSiteStructure.createFromStream(InputStream str)
Utility method to create a SimpleSiteStructure as represented by the supplied InputStream.
|
static SimpleSiteStructure |
Exporter.downloadAndParseExport(URL url,
User user)
Download and parse xml backup into SimpleSiteStructure, useful to validate site exports in acceptance tests.
|
static SimpleSiteStructure |
Exporter.getSimpleSiteStructure(File file)
Return SimpleSiteStructure object useful to validate site exports in acceptance tests.
|
SimpleSiteStructure |
XmlSiteExportHandler.getStructure()
When called after parsing is complete it will return the
SimpleSiteStructure which has been
constructed. |
Copyright © 2003–2016 Atlassian. All rights reserved.