| Modifier and Type | Field and Description |
|---|---|
static FileType |
FileType.UNKNOWN
Special case object for an unknown archive/compression file type.
|
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.get(File file)
Checks the suffix of the given
File for an entry in the map. |
static FileType |
FileType.get(String filename)
Checks the suffix of the given string for an entry in the map.
|
| Modifier and Type | Method and Description |
|---|---|
static Archiver |
ArchiverFactory.createArchiver(FileType fileType)
Creates an Archiver that handles the given
FileType. |
static Compressor |
CompressorFactory.createCompressor(FileType fileType)
Creates a new
Compressor for the given FileType. |
Copyright © 2013-2014. All Rights Reserved.