Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Class and Description |
---|---|
private static class |
LocalObjectRepresentation.Delta |
Modifier and Type | Method and Description |
---|---|
(package private) static LocalObjectRepresentation |
LocalObjectRepresentation.newDelta(PackFile f,
long p,
long n,
long base) |
(package private) static LocalObjectRepresentation |
LocalObjectRepresentation.newDelta(PackFile f,
long p,
long n,
ObjectId base) |
(package private) static LocalObjectRepresentation |
LocalObjectRepresentation.newWhole(PackFile f,
long p,
long length) |
(package private) LocalObjectRepresentation |
PackFile.representation(WindowCursor curs,
AnyObjectId objectId) |