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(BackupRestoreProviderManager backupRestoreProviderManager, ArchiveWriter archiveWriter)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystemInternals localAttachmentDataFileSystem, PluginDataWriter pluginWriter)XmlBackupContainerWriter(File outputFile, ArchiveWriter archiveWriter, AttachmentDataFileSystemInternals localAttachmentDataFileSystem, PluginDataWriter pluginWriter, Instant currentTime)
-