Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory
-
Packages that use ObjectDirectory Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.junit -
-
Uses of ObjectDirectory in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectDirectory Modifier and Type Field Description (package private) ObjectDirectory
ObjectDirectory.AlternateHandle. db
private ObjectDirectory
PackInserter. db
private ObjectDirectory
FileRepository. objectDatabase
private ObjectDirectory
LocalCachedPack. odb
private ObjectDirectory
CachedObjectDirectory. wrapped
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory Modifier and Type Method Description ObjectDirectory
FileRepository. getObjectDatabase()
Get the object database which stores this repository's data.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectory Constructor Description AlternateHandle(ObjectDirectory db)
CachedObjectDirectory(ObjectDirectory wrapped)
The constructorLocalCachedPack(ObjectDirectory odb, java.util.List<java.lang.String> packNames)
PackInserter(ObjectDirectory db)
-
Uses of ObjectDirectory in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with parameters of type ObjectDirectory Modifier and Type Method Description private static java.io.File
TestRepository. nameFor(ObjectDirectory odb, ObjectId name, java.lang.String t)
private static void
TestRepository. prunePacked(ObjectDirectory odb)
-