Uses of Interface
org.eclipse.jgit.api.ArchiveCommand.Format
Packages that use ArchiveCommand.Format
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of ArchiveCommand.Format in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ArchiveCommand.FormatModifier and TypeMethodDescriptionstatic 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.FormatModifier and TypeClassDescriptionfinal classUnix TAR format (ustar + some PAX extensions).final classbzip2-compressed tarball (tar.bz2) format.final classgzip-compressed tarball (tar.gz) format.final classXz-compressed tar (tar.xz) format.final classPKWARE's ZIP format.