Class Exporter
java.lang.Object
com.atlassian.confluence.importexport.Exporter
- Direct Known Subclasses:
 AbstractExporterImpl
Deprecated.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringdoExport(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext.Deprecated.voidsetContext(ExportContext context) Deprecated. 
- 
Field Details
- 
context
Deprecated. 
 - 
 - 
Constructor Details
- 
Exporter
public Exporter()Deprecated. 
 - 
 - 
Method Details
- 
setContext
Deprecated. - 
getContext
Deprecated. - 
doExport
public abstract String doExport(com.atlassian.core.util.ProgressMeter progress) throws ImportExportException Deprecated.Exports the content specified by the configuredExportContext.- Parameters:
 progress- the meter to update with progress during the export.- Returns:
 - the path to the exported content.
 - Throws:
 ImportExportException- if it fails for any reason.
 
 - 
 
BackupRestoreManagerinstead.