public class

BackupExporter

extends FileXmlExporter
java.lang.Object
   ↳ com.atlassian.confluence.importexport.Exporter
     ↳ com.atlassian.confluence.importexport.impl.AbstractExporterImpl
       ↳ com.atlassian.confluence.importexport.impl.AbstractXmlExporter
         ↳ com.atlassian.confluence.importexport.impl.FileXmlExporter
           ↳ com.atlassian.confluence.importexport.impl.BackupExporter

Class Overview

converts _all_ objects in confluence to xml (used for making site-wide backups)

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
[Expand]
Inherited Fields
From class com.atlassian.confluence.importexport.impl.FileXmlExporter
From class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
From class com.atlassian.confluence.importexport.Exporter
Public Constructors
BackupExporter()
Public Methods
void setAnyTypeDao(AnyTypeDao anyTypeDao)
Protected Methods
List getHandlesOfObjectsForExport()
List getIncludedSpaces()
In this implementation, we want to include all Spaces, so return an empty list
List getSourceTemplateDirForCopying()
[Expand]
Inherited Methods
From class com.atlassian.confluence.importexport.impl.FileXmlExporter
From class com.atlassian.confluence.importexport.impl.AbstractXmlExporter
From class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
From class com.atlassian.confluence.importexport.Exporter
From class java.lang.Object

Public Constructors

public BackupExporter ()

Public Methods

public void setAnyTypeDao (AnyTypeDao anyTypeDao)

Protected Methods

protected List getHandlesOfObjectsForExport ()

protected List getIncludedSpaces ()

In this implementation, we want to include all Spaces, so return an empty list

Returns
  • an empty List

protected List getSourceTemplateDirForCopying ()