Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.junit |
Modifier and Type | Field and Description |
---|---|
private ObjectDirectory |
PackInserter.db |
(package private) ObjectDirectory |
ObjectDirectory.AlternateHandle.db |
private ObjectDirectory |
FileRepository.objectDatabase |
private ObjectDirectory |
LocalCachedPack.odb |
private ObjectDirectory |
CachedObjectDirectory.wrapped |
Modifier and Type | Method and Description |
---|---|
ObjectDirectory |
FileRepository.getObjectDatabase()
Get the object database which stores this repository's data.
|
Constructor and Description |
---|
AlternateHandle(ObjectDirectory db) |
CachedObjectDirectory(ObjectDirectory wrapped)
The constructor
|
LocalCachedPack(ObjectDirectory odb,
java.util.List<java.lang.String> packNames) |
PackInserter(ObjectDirectory db) |
Modifier and Type | Method and Description |
---|---|
private static java.io.File |
TestRepository.nameFor(ObjectDirectory odb,
ObjectId name,
java.lang.String t) |
private static void |
TestRepository.prunePacked(ObjectDirectory odb) |