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) ObjectDirectoryObjectDirectory.AlternateHandle. dbprivate ObjectDirectoryPackInserter. dbprivate ObjectDirectoryFileRepository. objectDatabaseprivate ObjectDirectoryLocalCachedPack. odbprivate ObjectDirectoryCachedObjectDirectory. wrappedMethods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory Modifier and Type Method Description ObjectDirectoryFileRepository. 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 voidTestRepository. prunePacked(ObjectDirectory odb)
-