Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.util.sha1 |
Modifier and Type | Field and Description |
---|---|
private SHA1 |
ObjectDirectoryInserter.SHA1OutputStream.md |
Modifier and Type | Method and Description |
---|---|
private java.io.File |
ObjectDirectoryInserter.toTemp(SHA1 md,
int type,
long len,
java.io.InputStream is) |
Constructor and Description |
---|
SHA1OutputStream(java.io.OutputStream out,
SHA1 md) |
Modifier and Type | Field and Description |
---|---|
private SHA1 |
ObjectInserter.hasher |
Modifier and Type | Method and Description |
---|---|
protected SHA1 |
ObjectInserter.digest()
Compute digest to help compute an ObjectId
|
Modifier and Type | Field and Description |
---|---|
private SHA1 |
PackParser.objectHasher |
Modifier and Type | Method and Description |
---|---|
static SHA1 |
SHA1.newInstance()
Create a new context to compute a SHA-1 hash of data.
|
SHA1 |
SHA1.reset()
Reset this instance to compute another hash.
|
SHA1 |
SHA1.setDetectCollision(boolean detect)
Enable likely collision detection.
|