Package com.atlassian.confluence.impl.backuprestore.backup.container
-
Interface Summary Interface Description ArchiveWriter BackupContainerWriter Responsible for writing data (objects, properties, attachment's etc).BackupContainerWriterFactory Allows to create backup container writer factory. -
Class Summary Class Description BackupContainerWriterFactoryImpl Default implementation for backup container writer factory.EntityObjectsToXmlWriter Implementation of EntityObjectsWriter that coverts objects to XML stream (the same way as the legacy XML writer does).StreamZipWriter XmlBackupContainerWriter This class is used to create a zip container with XML formatted backup files.XmlBackupContainerWriter.FileReader