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
Fields in org.eclipse.jgit.api declared as ArchiveCommand.FormatModifier and TypeFieldDescription(package private) final ArchiveCommand.Format<?>
ArchiveCommand.FormatEntry.format
Methods in org.eclipse.jgit.api that return ArchiveCommand.FormatModifier and TypeMethodDescriptionprivate static ArchiveCommand.Format<?>
ArchiveCommand.formatBySuffix
(String filenameSuffix) private static ArchiveCommand.Format<?>
ArchiveCommand.lookupFormat
(String formatName) Methods in org.eclipse.jgit.api with parameters of type ArchiveCommand.FormatModifier and TypeMethodDescriptionstatic void
ArchiveCommand.registerFormat
(String name, ArchiveCommand.Format<?> fmt) Adds support for an additional archival format.private <T extends Closeable>
OutputStreamArchiveCommand.writeArchive
(ArchiveCommand.Format<T> fmt) Constructors in org.eclipse.jgit.api with parameters of type ArchiveCommand.Format -
Uses of ArchiveCommand.Format in org.eclipse.jgit.archive
Classes in org.eclipse.jgit.archive that implement ArchiveCommand.FormatModifier and TypeClassDescriptionfinal class
Unix TAR format (ustar + some PAX extensions).final class
bzip2-compressed tarball (tar.bz2) format.final class
gzip-compressed tarball (tar.gz) format.final class
Xz-compressed tar (tar.xz) format.final class
PKWARE's ZIP format.Fields in org.eclipse.jgit.archive declared as ArchiveCommand.FormatModifier and TypeFieldDescriptionprivate final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
Tbz2Format.tarFormat
private final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
TgzFormat.tarFormat
private final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
TxzFormat.tarFormat
Methods in org.eclipse.jgit.archive with parameters of type ArchiveCommand.FormatModifier and TypeMethodDescriptionprivate static final void
ArchiveFormats.register
(String name, ArchiveCommand.Format<?> fmt)