Uses of Class
com.atlassian.confluence.importexport.impl.AbstractXmlExporter

Packages that use AbstractXmlExporter
com.atlassian.confluence.importexport.impl   
 

Uses of AbstractXmlExporter in com.atlassian.confluence.importexport.impl
 

Subclasses of AbstractXmlExporter in com.atlassian.confluence.importexport.impl
 class BackupExporter
          Converts _all_ objects in confluence to xml (used for making site-wide backups).
 class FileXmlExporter
          Performs the file IO side of the export/backup

For example: - copying attachments to temp directory - copying config files

Then performs the zipping and packaging into a zip file

 class XmlExporter
          Exports the entities added to the workingEntities collection in the context to xml.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.