Uses of Class
org.eclipse.jgit.lib.ObjectLoader

Packages that use ObjectLoader
org.eclipse.jgit.diff   
org.eclipse.jgit.lib   
org.eclipse.jgit.storage.file   
 

Uses of ObjectLoader in org.eclipse.jgit.diff
 

Methods in org.eclipse.jgit.diff that return ObjectLoader
 ObjectLoader ContentSource.Pair.open(DiffEntry.Side side, DiffEntry ent)
          Open the object.
abstract  ObjectLoader ContentSource.open(String path, ObjectId id)
          Open the object.
 

Uses of ObjectLoader in org.eclipse.jgit.lib
 

Subclasses of ObjectLoader in org.eclipse.jgit.lib
static class ObjectLoader.SmallObject
          Simple loader around the cached byte array.
 

Methods in org.eclipse.jgit.lib that return ObjectLoader
 ObjectLoader AsyncObjectLoaderQueue.open()
          Obtain a loader to read the object.
 ObjectLoader Repository.open(AnyObjectId objectId)
          Open an object from this repository.
 ObjectLoader ObjectReader.open(AnyObjectId objectId)
          Open an object from this database.
 ObjectLoader ObjectDatabase.open(AnyObjectId objectId)
          Open an object from this database.
 ObjectLoader Repository.open(AnyObjectId objectId, int typeHint)
          Open an object from this repository.
abstract  ObjectLoader ObjectReader.open(AnyObjectId objectId, int typeHint)
          Open an object from this database.
 ObjectLoader ObjectDatabase.open(AnyObjectId objectId, int typeHint)
          Open an object from this database.
 ObjectLoader FileTreeEntry.openReader()
          Deprecated.  
 

Constructors in org.eclipse.jgit.lib with parameters of type ObjectLoader
ObjectStream.SmallStream(ObjectLoader loader)
          Create the stream from an existing loader's cached bytes.
 

Uses of ObjectLoader in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file that return ObjectLoader
static ObjectLoader UnpackedObject.parse(byte[] raw, AnyObjectId id)
          Parse an object from the unpacked object format.
 



Copyright © 2012. All Rights Reserved.