Uses of Class
org.eclipse.jgit.storage.pack.StoredObjectRepresentation

Packages that use StoredObjectRepresentation
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.pack   
 

Uses of StoredObjectRepresentation in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type StoredObjectRepresentation
 boolean DfsCachedPack.hasObject(ObjectToPack obj, StoredObjectRepresentation rep)
           
 

Uses of StoredObjectRepresentation in org.eclipse.jgit.storage.pack
 

Methods in org.eclipse.jgit.storage.pack with parameters of type StoredObjectRepresentation
abstract  boolean CachedPack.hasObject(ObjectToPack obj, StoredObjectRepresentation rep)
          Determine if this pack contains the object representation given.
 void PackWriter.select(ObjectToPack otp, StoredObjectRepresentation next)
          Select an object representation for this writer.
 void ObjectToPack.select(StoredObjectRepresentation ref)
          Remember a specific representation for reuse at a later time.
 



Copyright © 2012. All Rights Reserved.