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.formatMethods 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 voidArchiveCommand.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 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.Fields in org.eclipse.jgit.archive declared as ArchiveCommand.FormatModifier and TypeFieldDescriptionprivate final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>Tbz2Format.tarFormatprivate final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>TgzFormat.tarFormatprivate final ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>TxzFormat.tarFormatMethods in org.eclipse.jgit.archive with parameters of type ArchiveCommand.FormatModifier and TypeMethodDescriptionprivate static final voidArchiveFormats.register(String name, ArchiveCommand.Format<?> fmt)