Class Exporter
java.lang.Object
com.atlassian.confluence.importexport.Exporter
- Direct Known Subclasses:
AbstractExporterImpl
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
doExport
(com.atlassian.core.util.ProgressMeter progress) Deprecated.Exports the content specified by the configuredExportContext
.Deprecated.void
setContext
(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.
-
BackupRestoreManager
instead.