Uses of Class
org.rauschig.jarchivelib.ArchiveFormat
-
-
Uses of ArchiveFormat in org.rauschig.jarchivelib
Methods in org.rauschig.jarchivelib that return ArchiveFormat Modifier and Type Method Description static ArchiveFormatArchiveFormat. fromString(java.lang.String archiveFormat)Attempts to return theArchiveFormatinstance from a possible given string representation.ArchiveFormatFileType. getArchiveFormat()Returns the archive format corresponding to this file extension if any.static ArchiveFormatArchiveFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArchiveFormat[]ArchiveFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rauschig.jarchivelib with parameters of type ArchiveFormat Modifier and Type Method Description 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.
-