Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory
Packages that use ObjectDirectory
-
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 ObjectDirectoryObjectDirectory.AlternateHandle.dbprivate final ObjectDirectoryPackInserter.dbprivate final ObjectDirectoryFileRepository.objectDatabaseprivate final ObjectDirectoryLocalCachedPack.odbprivate final ObjectDirectoryCachedObjectDirectory.wrappedMethods 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)