Uses of Interface
com.atlassian.confluence.impl.backuprestore.backup.container.ArchiveWriter
-
Packages that use ArchiveWriter Package Description com.atlassian.confluence.impl.backuprestore.backup.container -
-
Uses of ArchiveWriter in com.atlassian.confluence.impl.backuprestore.backup.container
Classes in com.atlassian.confluence.impl.backuprestore.backup.container that implement ArchiveWriter Modifier and Type Class Description classStreamZipWriterCompresses a data stream into a zip archive.Constructors in com.atlassian.confluence.impl.backuprestore.backup.container with parameters of type ArchiveWriter Constructor Description PluginDataWriter(ArchiveWriter archiveWriter)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystem attachmentDataFileSystem, PluginDataWriter pluginWriter, AttachmentDaoInternal attachmentDaoInternal)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystem attachmentDataFileSystem, PluginDataWriter pluginWriter, AttachmentDaoInternal attachmentDaoInternal, Instant currentTime)
-