Package | Description |
---|---|
org.eclipse.jgit.diff | |
org.eclipse.jgit.lib | |
org.eclipse.jgit.storage.file |
Modifier and Type | Method and Description |
---|---|
ObjectLoader |
ContentSource.Pair.open(DiffEntry.Side side,
DiffEntry ent)
Open the object.
|
abstract ObjectLoader |
ContentSource.open(java.lang.String path,
ObjectId id)
Open the object.
|
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 |
ObjectDatabase.open(AnyObjectId objectId)
Open an object from this database.
|
ObjectLoader |
Repository.open(AnyObjectId objectId)
Open an object from this repository.
|
ObjectLoader |
ObjectReader.open(AnyObjectId objectId)
Open an object from this database.
|
ObjectLoader |
ObjectDatabase.open(AnyObjectId objectId,
int typeHint)
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 |
FileTreeEntry.openReader()
Deprecated.
|
Constructor and Description |
---|
ObjectStream.SmallStream(ObjectLoader loader)
Create the stream from an existing loader's cached bytes.
|
Modifier and Type | Method and Description |
---|---|
static ObjectLoader |
UnpackedObject.parse(byte[] raw,
AnyObjectId id)
Parse an object from the unpacked object format.
|
Copyright © 2012. All Rights Reserved.