Uses of Class
org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
Packages that use StoredObjectRepresentationNotAvailableException
Package
Description
Distributed file system 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 TypeMethodDescriptionvoid
DfsReader.copyObjectAsIs
(PackOutputStream out, ObjectToPack otp, boolean validate) -
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.