| Modifier and Type | Method and Description |
|---|---|
static Archiver |
ArchiverFactory.createArchiver(ArchiveFormat archiveFormat)
Creates an Archiver for the given archive format.
|
static Archiver |
ArchiverFactory.createArchiver(ArchiveFormat archiveFormat,
CompressionType compression)
Creates an Archiver for the given archive format that uses compression.
|
static Archiver |
ArchiverFactory.createArchiver(File archive)
|
static Archiver |
ArchiverFactory.createArchiver(FileType fileType)
Creates an Archiver that handles the given
FileType. |
static Archiver |
ArchiverFactory.createArchiver(String archiveFormat)
Creates an Archiver for the given archive format.
|
static Archiver |
ArchiverFactory.createArchiver(String archiveFormat,
String compression)
Creates an Archiver for the given archive format that uses compression.
|
Copyright © 2013-2015. All Rights Reserved.