public final class DbExporter extends Object
A ProgressMonitor can be supplied to be notified of the progress as the export is being made.
| Constructor and Description |
|---|
DbExporter(Exporter... exporters) |
DbExporter(List<Exporter> exporters) |
| Modifier and Type | Method and Description |
|---|---|
void |
exportData(NodeStreamWriter streamWriter,
ExportConfiguration configuration)
Imports the XML document read from the stream
|
public DbExporter(Exporter... exporters)
public void exportData(NodeStreamWriter streamWriter, ExportConfiguration configuration)
streamWriter - the stream to write the XML toconfiguration - the export configurationImportExportException - or one of its sub-types if an unexpected exception happens during the import.Copyright © 2018 Atlassian. All rights reserved.