Uses of Interface
org.rauschig.jarchivelib.Archiver
-
-
Uses of Archiver in org.rauschig.jarchivelib
Methods in org.rauschig.jarchivelib that return Archiver Modifier and Type Method Description static ArchiverArchiverFactory. createArchiver(java.io.File archive)Probes the givenFilefor its file type and creates anArchiverbased on this file type.static ArchiverArchiverFactory. createArchiver(java.lang.String archiveFormat)Creates an Archiver for the given archive format.static ArchiverArchiverFactory. createArchiver(java.lang.String archiveFormat, java.lang.String compression)Creates an Archiver for the given archive format that uses compression.static ArchiverArchiverFactory. createArchiver(ArchiveFormat archiveFormat)Creates an Archiver for the given archive format.static ArchiverArchiverFactory. createArchiver(ArchiveFormat archiveFormat, CompressionType compression)Creates an Archiver for the given archive format that uses compression.static ArchiverArchiverFactory. createArchiver(FileType fileType)Creates an Archiver that handles the givenFileType.
-