Skip navigation links
A B C E F G H O P R S T U Z 

A

applyFormatOptions(ArchiveOutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.BaseFormat
Apply options to archive output stream
ArchiveFormats - Class in org.eclipse.jgit.archive
Registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
ArchiveFormats() - Constructor for class org.eclipse.jgit.archive.ArchiveFormats
 
ArchiveText - Class in org.eclipse.jgit.archive.internal
Translation bundle for archivers
ArchiveText() - Constructor for class org.eclipse.jgit.archive.internal.ArchiveText
 

B

BaseFormat - Class in org.eclipse.jgit.archive
Base format class
BaseFormat() - Constructor for class org.eclipse.jgit.archive.BaseFormat
 

C

cannotSetOption - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
 
createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TarFormat
createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TarFormat
createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.Tbz2Format
createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.Tbz2Format
createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TgzFormat
createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TgzFormat
createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TxzFormat
createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TxzFormat
createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.ZipFormat
createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.ZipFormat

E

equals(Object) - Method in class org.eclipse.jgit.archive.TarFormat
equals(Object) - Method in class org.eclipse.jgit.archive.Tbz2Format
equals(Object) - Method in class org.eclipse.jgit.archive.TgzFormat
equals(Object) - Method in class org.eclipse.jgit.archive.TxzFormat
equals(Object) - Method in class org.eclipse.jgit.archive.ZipFormat

F

FormatActivator - Class in org.eclipse.jgit.archive
This activator registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
FormatActivator() - Constructor for class org.eclipse.jgit.archive.FormatActivator
 

G

get() - Static method in class org.eclipse.jgit.archive.internal.ArchiveText
Get an instance of this translation bundle.

H

hashCode() - Method in class org.eclipse.jgit.archive.TarFormat
hashCode() - Method in class org.eclipse.jgit.archive.Tbz2Format
hashCode() - Method in class org.eclipse.jgit.archive.TgzFormat
hashCode() - Method in class org.eclipse.jgit.archive.TxzFormat
hashCode() - Method in class org.eclipse.jgit.archive.ZipFormat

O

org.eclipse.jgit.archive - package org.eclipse.jgit.archive
 
org.eclipse.jgit.archive.internal - package org.eclipse.jgit.archive.internal
 

P

pathDoesNotMatchMode - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
 
putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TarFormat
putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.Tbz2Format
putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TgzFormat
putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.TxzFormat
putEntry(ArchiveOutputStream, ObjectId, String, FileMode, ObjectLoader) - Method in class org.eclipse.jgit.archive.ZipFormat

R

registerAll() - Static method in class org.eclipse.jgit.archive.ArchiveFormats
Register all included archive formats so they can be used as arguments to the ArchiveCommand.setFormat() method.

S

start(BundleContext) - Method in class org.eclipse.jgit.archive.FormatActivator
Registers all included archive formats by calling ArchiveFormats.registerAll().
stop(BundleContext) - Method in class org.eclipse.jgit.archive.FormatActivator
suffixes() - Method in class org.eclipse.jgit.archive.TarFormat
suffixes() - Method in class org.eclipse.jgit.archive.Tbz2Format
suffixes() - Method in class org.eclipse.jgit.archive.TgzFormat
suffixes() - Method in class org.eclipse.jgit.archive.TxzFormat
suffixes() - Method in class org.eclipse.jgit.archive.ZipFormat

T

TarFormat - Class in org.eclipse.jgit.archive
Unix TAR format (ustar + some PAX extensions).
TarFormat() - Constructor for class org.eclipse.jgit.archive.TarFormat
 
Tbz2Format - Class in org.eclipse.jgit.archive
bzip2-compressed tarball (tar.bz2) format.
Tbz2Format() - Constructor for class org.eclipse.jgit.archive.Tbz2Format
 
TgzFormat - Class in org.eclipse.jgit.archive
gzip-compressed tarball (tar.gz) format.
TgzFormat() - Constructor for class org.eclipse.jgit.archive.TgzFormat
 
TxzFormat - Class in org.eclipse.jgit.archive
Xz-compressed tar (tar.xz) format.
TxzFormat() - Constructor for class org.eclipse.jgit.archive.TxzFormat
 

U

unregisterAll() - Static method in class org.eclipse.jgit.archive.ArchiveFormats
Clean up by deregistering all formats that were registered by registerAll().
unsupportedMode - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
 

Z

ZipFormat - Class in org.eclipse.jgit.archive
PKWARE's ZIP format.
ZipFormat() - Constructor for class org.eclipse.jgit.archive.ZipFormat
 
A B C E F G H O P R S T U Z 
Skip navigation links

Copyright © 2020 Eclipse JGit Project. All rights reserved.