Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory
Packages that use ObjectDirectory
Package
Description
File based repository storage.
-
Uses of ObjectDirectory in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectDirectoryModifier and TypeFieldDescription(package private) final ObjectDirectory
ObjectDirectory.AlternateHandle.db
private final ObjectDirectory
PackInserter.db
private final ObjectDirectory
FileRepository.objectDatabase
private final ObjectDirectory
LocalCachedPack.odb
private final ObjectDirectory
CachedObjectDirectory.wrapped
Methods in org.eclipse.jgit.internal.storage.file that return ObjectDirectoryModifier and TypeMethodDescriptionFileRepository.getObjectDatabase()
Get the object database which stores this repository's data.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectoryModifierConstructorDescription(package private)
(package private)
CachedObjectDirectory
(ObjectDirectory wrapped) The constructor(package private)
LocalCachedPack
(ObjectDirectory odb, List<String> packNames) (package private)
-
Uses of ObjectDirectory in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with parameters of type ObjectDirectoryModifier and TypeMethodDescriptionprivate static void
TestRepository.prunePacked
(ObjectDirectory odb)