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

Packages that use ObjectLoader
org.eclipse.jgit.diff Comparing file contents by computing diffs. 
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.file File based repository storage. 
 

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 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)
          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 Repository.open(AnyObjectId objectId, int typeHint)
          Open an object from this repository.
 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.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return ObjectLoader
 ObjectLoader DfsReader.open(AnyObjectId objectId, int typeHint)
           
 

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 © 2013. All Rights Reserved.