Uses of Class
org.eclipse.jgit.transport.PackParser
Packages that use PackParser
Package
Description
Git fsck support.
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of PackParser in org.eclipse.jgit.internal.fsck
Subclasses of PackParser in org.eclipse.jgit.internal.fsckModifier and TypeClassDescriptionclass
A read-only pack parser for object validity checking. -
Uses of PackParser in org.eclipse.jgit.internal.storage.dfs
Subclasses of PackParser in org.eclipse.jgit.internal.storage.dfsModifier and TypeClassDescriptionclass
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.fileModifier and TypeClassDescriptionclass
Consumes a pack stream and stores as a pack file inObjectDirectory
.Methods in org.eclipse.jgit.internal.storage.file that return PackParserModifier and TypeMethodDescriptionObjectDirectoryInserter.newPackParser
(InputStream in) Initialize a parser to read from a pack formatted stream.PackInserter.newPackParser
(InputStream in) Initialize a parser to read from a pack formatted stream. -
Uses of PackParser in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return PackParserModifier and TypeMethodDescriptionObjectInserter.Filter.newPackParser
(InputStream in) ObjectInserter.Formatter.newPackParser
(InputStream in) abstract PackParser
ObjectInserter.newPackParser
(InputStream in) Initialize a parser to read from a pack formatted stream. -
Uses of PackParser in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as PackParserModifier and TypeFieldDescriptionprivate PackParser
ConnectivityChecker.ConnectivityCheckInfo.parser
private PackParser
ReceivePack.parser
Methods in org.eclipse.jgit.transport that return PackParserMethods in org.eclipse.jgit.transport with parameters of type PackParserModifier and TypeMethodDescriptionvoid
ConnectivityChecker.ConnectivityCheckInfo.setParser
(PackParser parser)