Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
Packages that use DfsObjDatabase.PackList
Package
Description
Distributed file system based repository storage.
-
Uses of DfsObjDatabase.PackList in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsObjDatabase.PackListModifier and TypeMethodDescriptionDfsObjDatabase.getCurrentPackList()
List currently known pack files in the repository, without scanning.DfsObjDatabase.getPackList()
Scan and list all available pack files in the repository.