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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassParses 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 TypeClassDescriptionclassConsumes 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 PackParserObjectInserter.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 PackParserConnectivityChecker.ConnectivityCheckInfo.parserprivate PackParserReceivePack.parserMethods in org.eclipse.jgit.transport that return PackParserMethods in org.eclipse.jgit.transport with parameters of type PackParserModifier and TypeMethodDescriptionvoidConnectivityChecker.ConnectivityCheckInfo.setParser(PackParser parser)