public abstract class Exporter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExportContext |
context |
| Constructor and Description |
|---|
Exporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
doExport(com.atlassian.core.util.ProgressMeter progress)
Exports the content specified by the configured
ExportContext. |
ExportContext |
getContext() |
void |
setContext(ExportContext context) |
protected ExportContext context
public void setContext(ExportContext context)
public ExportContext getContext()
public abstract String doExport(com.atlassian.core.util.ProgressMeter progress) throws ImportExportException
ExportContext.progress - the meter to update with progress during the export.ImportExportException - if it fails for any reason.Copyright © 2003–2019 Atlassian. All rights reserved.