Uses of Class
org.eclipse.jgit.transport.PackParser
-
Packages that use PackParser Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of PackParser in org.eclipse.jgit.internal.storage.dfs
Subclasses of PackParser in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description class
DfsPackParser
Parses a pack stream into the DFS, by creating a new pack and index. -
Uses of PackParser in org.eclipse.jgit.internal.storage.file
Subclasses of PackParser in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description class
ObjectDirectoryPackParser
Consumes a pack stream and stores as a pack file inObjectDirectory
. -
Uses of PackParser in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return PackParser Modifier and Type Method Description PackParser
ObjectInserter.Filter. newPackParser(java.io.InputStream in)
PackParser
ObjectInserter.Formatter. newPackParser(java.io.InputStream in)
abstract PackParser
ObjectInserter. newPackParser(java.io.InputStream in)
Initialize a parser to read from a pack formatted stream.
-