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