Uses of Class
org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
-
Packages that use StoredObjectRepresentationNotAvailableException Package Description 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.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.pgm.debug -
-
Uses of StoredObjectRepresentationNotAvailableException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw StoredObjectRepresentationNotAvailableException Modifier and Type Method Description (package private) voidDfsPackFile. copyAsIs(PackOutputStream out, DfsObjectToPack src, boolean validate, DfsReader ctx)voidDfsReader. 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 StoredObjectRepresentationNotAvailableException Modifier and Type Method Description private voidPack. beginCopyAsIs(ObjectToPack otp)(package private) voidPack. copyAsIs(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)private voidPack. copyAsIs2(PackOutputStream out, LocalObjectToPack src, boolean validate, WindowCursor curs)voidWindowCursor. 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 StoredObjectRepresentationNotAvailableException Modifier and Type Method Description voidObjectReuseAsIs. 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 StoredObjectRepresentationNotAvailableException Modifier and Type Method Description private static byte[]ShowPackDelta. getDelta(ObjectReader reader, RevObject obj)
-