Uses of Class
org.eclipse.jgit.transport.PackParser
-
Packages that use PackParser Package Description org.eclipse.jgit.internal.fsck Git fsck support.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.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of PackParser in org.eclipse.jgit.internal.fsck
Subclasses of PackParser in org.eclipse.jgit.internal.fsck Modifier and Type Class Description classFsckPackParserA 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.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.Methods in org.eclipse.jgit.internal.storage.file that return PackParser Modifier and Type Method Description PackParserPackInserter. 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 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. -
Uses of PackParser in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackParser Modifier and Type Method Description PackParserConnectivityChecker.ConnectivityCheckInfo. getParser()Methods in org.eclipse.jgit.transport with parameters of type PackParser Modifier and Type Method Description voidConnectivityChecker.ConnectivityCheckInfo. setParser(PackParser parser)
-