Uses of Class
org.eclipse.jgit.storage.dfs.DfsPackFile

Packages that use DfsPackFile
org.eclipse.jgit.storage.dfs   
 

Uses of DfsPackFile in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsPackFile
 DfsPackFile[] DfsObjDatabase.getCurrentPacks()
          List currently known pack files in the repository, without scanning.
 DfsPackFile[] DfsObjDatabase.getPacks()
          Scan and list all available pack files in the repository.
 

Methods in org.eclipse.jgit.storage.dfs that return types with arguments of type DfsPackFile
 Collection<DfsPackFile> DfsBlockCache.getPackFiles()
          Get the pack files stored in this cache.
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type DfsPackFile
 DfsPackCompactor DfsPackCompactor.add(DfsPackFile pack)
          Add a pack to be compacted.
 



Copyright © 2012. All Rights Reserved.