Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.archive |
Modifier and Type | Field and Description |
---|---|
(package private) ArchiveCommand.Format<?> |
ArchiveCommand.FormatEntry.format |
Modifier and Type | Method and Description |
---|---|
private static ArchiveCommand.Format<?> |
ArchiveCommand.formatBySuffix(java.lang.String filenameSuffix) |
private static ArchiveCommand.Format<?> |
ArchiveCommand.lookupFormat(java.lang.String formatName) |
Modifier and Type | Method and Description |
---|---|
static void |
ArchiveCommand.registerFormat(java.lang.String name,
ArchiveCommand.Format<?> fmt)
Adds support for an additional archival format.
|
private <T extends java.io.Closeable> |
ArchiveCommand.writeArchive(ArchiveCommand.Format<T> fmt) |
Constructor and Description |
---|
FormatEntry(ArchiveCommand.Format<?> format,
int refcnt) |
Modifier and Type | Class and Description |
---|---|
class |
TarFormat
Unix TAR format (ustar + some PAX extensions).
|
class |
Tbz2Format
bzip2-compressed tarball (tar.bz2) format.
|
class |
TgzFormat
gzip-compressed tarball (tar.gz) format.
|
class |
TxzFormat
Xz-compressed tar (tar.xz) format.
|
class |
ZipFormat
PKWARE's ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream> |
TgzFormat.tarFormat |
private ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream> |
TxzFormat.tarFormat |
private ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream> |
Tbz2Format.tarFormat |
Modifier and Type | Method and Description |
---|---|
private static void |
ArchiveFormats.register(java.lang.String name,
ArchiveCommand.Format<?> fmt) |