Uses of Class
org.eclipse.jgit.transport.PackParser.Source
-
Packages that use PackParser.Source 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.transport Transport (fetch/push) for different protocols. -
-
Uses of PackParser.Source in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck with parameters of type PackParser.Source Modifier and Type Method Description protected voidFsckPackParser. onObjectData(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) a portion of an object's data.protected voidFsckPackParser. onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type PackParser.Source Modifier and Type Method Description protected voidDfsPackParser. onObjectData(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) a portion of an object's data.protected voidDfsPackParser. onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackParser.Source Modifier and Type Method Description protected voidObjectDirectoryPackParser. onObjectData(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) a portion of an object's data.protected voidObjectDirectoryPackParser. onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) an object header. -
Uses of PackParser.Source in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return PackParser.Source Modifier and Type Method Description static PackParser.SourcePackParser.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static PackParser.Source[]PackParser.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type PackParser.Source Modifier and Type Method Description protected abstract voidPackParser. onObjectData(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) a portion of an object's data.protected abstract voidPackParser. onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)Store (and/or checksum) an object header.
-