Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.archive | |
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveCommand.Format.putEntry(T out,
String path,
FileMode mode,
ObjectLoader loader)
Write an entry to an archive.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFormat.putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
void |
TxzFormat.putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
void |
TgzFormat.putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
void |
Tbz2Format.putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
void |
TarFormat.putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out,
String path,
FileMode mode,
ObjectLoader loader) |
Modifier and Type | Method and Description |
---|---|
ObjectLoader |
ContentSource.Pair.open(DiffEntry.Side side,
DiffEntry ent)
Open the object.
|
abstract ObjectLoader |
ContentSource.open(String path,
ObjectId id)
Open the object.
|
Modifier and Type | Method and Description |
---|---|
static SimilarityIndex |
SimilarityIndex.create(ObjectLoader obj)
Create a new similarity index for the given object
|
Modifier and Type | Method and Description |
---|---|
ObjectLoader |
DfsReader.open(AnyObjectId objectId,
int typeHint) |
Modifier and Type | Method and Description |
---|---|
static ObjectLoader |
UnpackedObject.parse(byte[] raw,
AnyObjectId id)
Parse an object from the unpacked object format.
|
Modifier and Type | Class and Description |
---|---|
static class |
ObjectLoader.SmallObject
Simple loader around the cached byte array.
|
Modifier and Type | Method and Description |
---|---|
ObjectLoader |
AsyncObjectLoaderQueue.open()
Obtain a loader to read the object.
|
ObjectLoader |
Repository.open(AnyObjectId objectId)
Open an object from this repository.
|
ObjectLoader |
ObjectReader.open(AnyObjectId objectId)
Open an object from this database.
|
ObjectLoader |
ObjectReader.Filter.open(AnyObjectId objectId) |
ObjectLoader |
ObjectDatabase.open(AnyObjectId objectId)
Open an object from this database.
|
ObjectLoader |
Repository.open(AnyObjectId objectId,
int typeHint)
Open an object from this repository.
|
abstract ObjectLoader |
ObjectReader.open(AnyObjectId objectId,
int typeHint)
Open an object from this database.
|
ObjectLoader |
ObjectReader.Filter.open(AnyObjectId objectId,
int typeHint) |
ObjectLoader |
ObjectDatabase.open(AnyObjectId objectId,
int typeHint)
Open an object from this database.
|
Constructor and Description |
---|
SmallStream(ObjectLoader loader)
Create the stream from an existing loader's cached bytes.
|
Copyright © 2016 Eclipse JGit Project. All rights reserved.