A B C E F G H I O P R S T U Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- COMPRESSION_LEVEL - Static variable in class org.eclipse.jgit.archive.BaseFormat
-
Compression-level for the archive file.
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TarFormat
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.Tbz2Format
- createArchiveOutputStream(OutputStream) - Method in class org.eclipse.jgit.archive.TgzFormat
- createArchiveOutputStream(OutputStream) - 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.TarFormat
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.Tbz2Format
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TgzFormat
- createArchiveOutputStream(OutputStream, Map<String, Object>) - Method in class org.eclipse.jgit.archive.TxzFormat
- 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.
- getCompressionLevel(Map<String, Object>) - Method in class org.eclipse.jgit.archive.BaseFormat
-
Removes and returns the
BaseFormat.COMPRESSION_LEVEL
key from the input map parameter if it exists, or -1 if this key does not exist.
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
I
- invalidCompressionLevel - Variable in class org.eclipse.jgit.archive.internal.ArchiveText
O
- org.eclipse.jgit.archive - module org.eclipse.jgit.archive
- 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
-
Cleans up after
FormatActivator.start(BundleContext)
by callingArchiveFormats.unregisterAll()
. - 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
All Classes All Packages