| Class | Description |
|---|---|
| DirectoryCreator |
Simple class that creates directories, but keeps track of what it has created to ensure that it
does not create directories more than once.
|
| Unarchiver |
Simple interface to extract archives of varying types
|
| Untar |
Utility class to extract a .tar.* file
|
| Unzip |
A simple utility class that extracts zip files
|
| Enum | Description |
|---|---|
| ArchiveFormat |
A collection different archive types, and the unarchiver that should be used to extract archives
|
| ExistingFileMode |
How existing files should be handled in a destination
|