Uses of Class
org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
Packages that use StoredObjectRepresentationNotAvailableException
Package
Description
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
-
Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw StoredObjectRepresentationNotAvailableExceptionModifier and TypeMethodDescription(package private) void
DfsPackFile.copyAsIs
(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx) void
DfsReader.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation. -
Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that throw StoredObjectRepresentationNotAvailableExceptionModifier and TypeMethodDescriptionprivate void
Pack.beginCopyAsIs
(ObjectToPack otp) (package private) final void
Pack.copyAsIs
(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) private void
Pack.copyAsIs2
(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs) void
WindowCursor.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation. -
Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that throw StoredObjectRepresentationNotAvailableExceptionModifier and TypeMethodDescriptionvoid
ObjectReuseAsIs.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) Output a previously selected representation. -
Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that throw StoredObjectRepresentationNotAvailableExceptionModifier and TypeMethodDescriptionprivate static byte[]
ShowPackDelta.getDelta
(ObjectReader reader, RevObject obj)