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

Packages that use PackFile
org.eclipse.jgit.storage.file   
 

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

Fields in org.eclipse.jgit.storage.file with type parameters of type PackFile
static Comparator<PackFile> PackFile.SORT
          Sorts PackFiles to be most recently created to least recently created.
 

Methods in org.eclipse.jgit.storage.file that return PackFile
 PackFile ObjectDirectoryPackParser.getPackFile()
          Get the imported PackFile.
 PackFile ObjectDirectory.openPack(File pack, File idx)
          Add a single existing pack to the list of available pack files.
 

Methods in org.eclipse.jgit.storage.file that return types with arguments of type PackFile
 Collection<PackFile> ObjectDirectory.getPacks()
           
 



Copyright © 2012. All Rights Reserved.