See: Description
| Class | Description |
|---|---|
| ArchiveFileHandler |
Class for handling archive files.
|
| Download |
This class enables the download from a given URL to a local destination folder.
|
| DownloadThread |
The Class DownloadThread uses the class
Download to ensure
a decoupled download of specified files. |
| FileCopier |
This class can be used in order to copy one file from a source to
a destination location.
|
| RecursiveFolderCopier |
This class can be used to recursively copy folder structures, optionally excluding specific subfolders.
|
| RecursiveFolderDeleter |
This class can be used to recursively delete folder structures
|
| Zipper |
This class can be used in order zip or unzip a folder structure.
|
| ZipperMonitor |
The ZipperMonitor class will be used within the Zipper-class of this package.
|
| Enum | Description |
|---|---|
| ArchiveFileHandler.ArchiveFormat |
The Enum ArchiveFormat.
|