Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
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 | Description |
---|---|---|
void |
ArchiveCommand.Format.putEntry(T out,
String path,
FileMode mode,
ObjectLoader loader) |
Write an entry to an archive.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ObjectLoader |
ContentSource.open(String path,
ObjectId id) |
Open the object.
|
ObjectLoader |
ContentSource.Pair.open(DiffEntry.Side side,
DiffEntry ent) |
Open the object.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectLoader |
DfsReader.open(AnyObjectId objectId,
int typeHint) |
Modifier and Type | Method | Description |
---|---|---|
static ObjectLoader |
UnpackedObject.parse(byte[] raw,
AnyObjectId id) |
Parse an object from the unpacked object format.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
ObjectLoader.SmallObject |
Simple loader around the cached byte array.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectLoader |
AsyncObjectLoaderQueue.open() |
Obtain a loader to read the object.
|
ObjectLoader |
ObjectDatabase.open(AnyObjectId objectId) |
Open an object from this database.
|
ObjectLoader |
ObjectDatabase.open(AnyObjectId objectId,
int typeHint) |
Open an object from this database.
|
ObjectLoader |
ObjectReader.open(AnyObjectId objectId) |
Open an object from this database.
|
abstract ObjectLoader |
ObjectReader.open(AnyObjectId objectId,
int typeHint) |
Open an object from this database.
|
ObjectLoader |
Repository.open(AnyObjectId objectId) |
Open an object from this repository.
|
ObjectLoader |
Repository.open(AnyObjectId objectId,
int typeHint) |
Open an object from this repository.
|
ObjectLoader |
FileTreeEntry.openReader() |
Deprecated.
|
Constructor | Description |
---|---|
SmallStream(ObjectLoader loader) |
Create the stream from an existing loader's cached bytes.
|
Copyright © 2018. All rights reserved.