|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.importexport.Exporter
public abstract class Exporter
Field Summary | |
---|---|
protected ExportContext |
context
|
protected org.apache.log4j.Category |
log
Deprecated. since 4.2 use a private org.slf4j.Logger instead. |
Constructor Summary | |
---|---|
Exporter()
|
Method Summary | |
---|---|
abstract java.lang.String |
doExport(com.atlassian.core.util.ProgressMeter progress)
Exports the content specified by the configured ExportContext . |
ExportContext |
getContext()
|
void |
setContext(ExportContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated protected org.apache.log4j.Category log
protected ExportContext context
Constructor Detail |
---|
public Exporter()
Method Detail |
---|
public void setContext(ExportContext context)
public ExportContext getContext()
public abstract java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |