Uses of Class
org.eclipse.jgit.storage.file.PackIndex

Packages that use PackIndex
org.eclipse.jgit.storage.file   
org.eclipse.jgit.storage.pack   
 

Uses of PackIndex in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file that return PackIndex
static PackIndex PackIndex.open(File idxFile)
          Open an existing pack .idx file for reading.
static PackIndex PackIndex.read(InputStream fd)
          Read an existing pack index file from a buffered stream.
 

Constructors in org.eclipse.jgit.storage.file with parameters of type PackIndex
PackReverseIndex(PackIndex packIndex)
          Create reverse index from straight/forward pack index, by indexing all its entries.
 

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

Methods in org.eclipse.jgit.storage.pack with parameters of type PackIndex
 void PackWriter.excludeObjects(PackIndex idx)
          Add a pack index whose contents should be excluded from the result.
 



Copyright © 2012. All Rights Reserved.