Uses of Class
org.eclipse.jgit.internal.storage.file.ObjectDirectory.PackList
-
Packages that use ObjectDirectory.PackList Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of ObjectDirectory.PackList in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as ObjectDirectory.PackList Modifier and Type Field Description private static ObjectDirectory.PackListObjectDirectory. NO_PACKSFields in org.eclipse.jgit.internal.storage.file with type parameters of type ObjectDirectory.PackList Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicReference<ObjectDirectory.PackList>ObjectDirectory. packListMethods in org.eclipse.jgit.internal.storage.file that return ObjectDirectory.PackList Modifier and Type Method Description private ObjectDirectory.PackListObjectDirectory. scanPacks(ObjectDirectory.PackList original)private ObjectDirectory.PackListObjectDirectory. scanPacksImpl(ObjectDirectory.PackList old)Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectDirectory.PackList Modifier and Type Method Description private static java.util.Map<java.lang.String,PackFile>ObjectDirectory. reuseMap(ObjectDirectory.PackList old)private ObjectDirectory.PackListObjectDirectory. scanPacks(ObjectDirectory.PackList original)private ObjectDirectory.PackListObjectDirectory. scanPacksImpl(ObjectDirectory.PackList old)(package private) booleanObjectDirectory. searchPacksAgain(ObjectDirectory.PackList old)
-