com.atlassian.confluence.importexport
Class Exporter
java.lang.Object
com.atlassian.confluence.importexport.Exporter
- Direct Known Subclasses:
- AbstractExporterImpl
public abstract class Exporter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.apache.log4j.Category log
context
protected ExportContext context
Exporter
public Exporter()
setContext
public void setContext(ExportContext context)
getContext
public ExportContext getContext()
doExport
public abstract String doExport()
throws ImportExportException
- Throws:
ImportExportException