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 classDfsPackParserParses 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 classObjectDirectoryPackParserConsumes 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 PackParserObjectInserter.Filter. newPackParser(InputStream in)PackParserObjectInserter.Formatter. newPackParser(InputStream in)abstract PackParserObjectInserter. newPackParser(InputStream in)Initialize a parser to read from a pack formatted stream.
-