| Class | Description | 
|---|---|
| ArchiveFormats | 
 Registers all format types from the org.eclipse.jgit.archive package for use
 via the ArchiveCommand API. 
 | 
| BaseFormat | 
 Base format class 
 | 
| FormatActivator | 
 This activator registers all format types from the
 org.eclipse.jgit.archive package for use via the ArchiveCommand
 API. 
 | 
| TarFormat | 
 Unix TAR format (ustar + some PAX extensions). 
 | 
| Tbz2Format | 
 bzip2-compressed tarball (tar.bz2) format. 
 | 
| TgzFormat | 
 gzip-compressed tarball (tar.gz) format. 
 | 
| TxzFormat | 
 Xz-compressed tar (tar.xz) format. 
 | 
| ZipFormat | 
 PKWARE's ZIP format. 
 | 
Copyright © 2018 Eclipse JGit Project. All rights reserved.