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.
|