Package com.atlassian.confluence.impl.backuprestore.backup.container
-
Interface Summary Interface Description ArchiveWriter Represents interface capable of archiving data from the input streamBackupContainerWriter 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).PluginDataWriter Write plugin data files to a zip archiveStreamZipWriter Compresses a data stream into a zip archive.XmlBackupContainerWriter This class is used to create a zip container with XML formatted backup files.