public abstract class Exporter extends Object
Modifier and Type | Field and Description |
---|---|
protected ExportContext |
context |
protected org.apache.log4j.Category |
log
Deprecated.
since 4.2 use a private org.slf4j.Logger instead.
|
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) |
@Deprecated protected org.apache.log4j.Category log
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–2016 Atlassian. All rights reserved.