Uses of Class
org.eclipse.jgit.internal.storage.pack.StoredObjectRepresentation
-
Packages that use StoredObjectRepresentation Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type StoredObjectRepresentation Modifier and Type Method Description booleanDfsCachedPack. hasObject(ObjectToPack obj, StoredObjectRepresentation rep)Determine if this pack contains the object representation given. -
Uses of StoredObjectRepresentation in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type StoredObjectRepresentation Modifier and Type Method Description abstract booleanCachedPack. hasObject(ObjectToPack obj, StoredObjectRepresentation rep)Determine if this pack contains the object representation given.voidObjectToPack. select(StoredObjectRepresentation ref)Remember a specific representation for reuse at a later time.voidPackWriter. select(ObjectToPack otp, StoredObjectRepresentation next)Select an object representation for this writer.
-