Uses of Interface
org.eclipse.jgit.api.ArchiveCommand.Format
-
Packages that use ArchiveCommand.Format Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.archive -
-
Uses of ArchiveCommand.Format in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ArchiveCommand.Format Modifier and Type Method Description static voidArchiveCommand. registerFormat(String name, ArchiveCommand.Format<?> fmt)Adds support for an additional archival format. -
Uses of ArchiveCommand.Format in org.eclipse.jgit.archive
Classes in org.eclipse.jgit.archive that implement ArchiveCommand.Format Modifier and Type Class Description classTarFormatUnix TAR format (ustar + some PAX extensions).classTbz2Formatbzip2-compressed tarball (tar.bz2) format.classTgzFormatgzip-compressed tarball (tar.gz) format.classTxzFormatXz-compressed tar (tar.xz) format.classZipFormatPKWARE's ZIP format.
-