Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsObjDatabase.PackList
-
Packages that use DfsObjDatabase.PackList Package Description org.eclipse.jgit.internal.storage.dfs 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.PackList Modifier and Type Method Description DfsObjDatabase.PackListDfsObjDatabase. getCurrentPackList()List currently known pack files in the repository, without scanning.DfsObjDatabase.PackListDfsObjDatabase. getPackList()Scan and list all available pack files in the repository.
-