Uses of Class
org.eclipse.jgit.transport.PackParser

Packages that use PackParser
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.file File based repository storage. 
 

Uses of PackParser in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return PackParser
abstract  PackParser ObjectInserter.newPackParser(InputStream in)
          Initialize a parser to read from a pack formatted stream.
 PackParser ObjectInserter.Formatter.newPackParser(InputStream in)
           
 PackParser ObjectInserter.Filter.newPackParser(InputStream in)
           
 

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

Subclasses of PackParser in org.eclipse.jgit.storage.dfs
 class DfsPackParser
          Parses a pack stream into the DFS, by creating a new pack and index.
 

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

Subclasses of PackParser in org.eclipse.jgit.storage.file
 class ObjectDirectoryPackParser
          Consumes a pack stream and stores as a pack file in ObjectDirectory.
 



Copyright © 2013. All Rights Reserved.