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

Packages that use ObjectToPack
org.eclipse.jgit.errors   
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.pack   
 

Uses of ObjectToPack in org.eclipse.jgit.errors
 

Constructors in org.eclipse.jgit.errors with parameters of type ObjectToPack
StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
          Construct an error for an object.
 

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

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

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

Methods in org.eclipse.jgit.storage.pack that return ObjectToPack
 ObjectToPack PackWriter.get(AnyObjectId id)
          Lookup the ObjectToPack object for a given ObjectId.
 ObjectToPack ObjectToPack.getDeltaBase()
           
 ObjectToPack ObjectReuseAsIs.newObjectToPack(RevObject obj)
          Allocate a new PackWriter state structure for an object.
 

Methods in org.eclipse.jgit.storage.pack with parameters of type ObjectToPack
 void ObjectReuseAsIs.copyObjectAsIs(PackOutputStream out, ObjectToPack otp, boolean validate)
          Output a previously selected representation.
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 PackOutputStream.writeHeader(ObjectToPack otp, long rawLength)
          Commits the object header onto the stream.
 void PackOutputStream.writeObject(ObjectToPack otp)
          Write one object.
 

Method parameters in org.eclipse.jgit.storage.pack with type arguments of type ObjectToPack
 void ObjectReuseAsIs.selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, Iterable<ObjectToPack> objects)
          Select the best object representation for a packer.
 void ObjectReuseAsIs.writeObjects(PackOutputStream out, List<ObjectToPack> list)
          Write objects to the pack stream in roughly the order given.
 



Copyright © 2012. All Rights Reserved.