Uses of Class
org.eclipse.jgit.storage.pack.CachedPack

Packages that use CachedPack
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.pack   
 

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

Subclasses of CachedPack in org.eclipse.jgit.storage.dfs
 class DfsCachedPack
          A DfsPackFile available for reuse as-is.
 

Uses of CachedPack in org.eclipse.jgit.storage.pack
 

Methods in org.eclipse.jgit.storage.pack that return types with arguments of type CachedPack
 Collection<CachedPack> ObjectReuseAsIs.getCachedPacks()
          Obtain the available cached packs.
 Collection<CachedPack> PackWriter.Statistics.getReusedPacks()
           
 

Methods in org.eclipse.jgit.storage.pack with parameters of type CachedPack
 void ObjectReuseAsIs.copyPackAsIs(PackOutputStream out, CachedPack pack, boolean validate)
          Append an entire pack's contents onto the output stream.
 



Copyright © 2012. All Rights Reserved.