Uses of Class
org.rauschig.jarchivelib.FileType
-
-
Uses of FileType in org.rauschig.jarchivelib
Fields in org.rauschig.jarchivelib declared as FileType Modifier and Type Field Description static FileTypeFileType. UNKNOWNSpecial case object for an unknown archive/compression file type.Methods in org.rauschig.jarchivelib that return FileType Modifier and Type Method Description static FileTypeFileType. get(java.io.File file)Checks the suffix of the givenFilefor an entry in the map.static FileTypeFileType. get(java.lang.String filename)Checks the suffix of the given string for an entry in the map.Methods in org.rauschig.jarchivelib with parameters of type FileType Modifier and Type Method Description static ArchiverArchiverFactory. createArchiver(FileType fileType)Creates an Archiver that handles the givenFileType.static CompressorCompressorFactory. createCompressor(FileType fileType)Creates a newCompressorfor the givenFileType.
-