Uses of Class
org.eclipse.jgit.lib.ObjectLoader
-
Packages that use ObjectLoader Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ObjectLoader in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ObjectLoader Modifier and Type Method Description voidArchiveCommand.Format. putEntry(T out, String path, FileMode mode, ObjectLoader loader)Write an entry to an archive. -
Uses of ObjectLoader in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return ObjectLoader Modifier and Type Method Description abstract ObjectLoaderContentSource. open(String path, ObjectId id)Open the object.ObjectLoaderContentSource.Pair. open(DiffEntry.Side side, DiffEntry ent)Open the object. -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectLoader Modifier and Type Method Description ObjectLoaderDfsReader. open(AnyObjectId objectId, int typeHint) -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectLoader Modifier and Type Method Description static ObjectLoaderUnpackedObject. parse(byte[] raw, AnyObjectId id)Parse an object from the unpacked object format. -
Uses of ObjectLoader in org.eclipse.jgit.lib
Subclasses of ObjectLoader in org.eclipse.jgit.lib Modifier and Type Class Description static classObjectLoader.SmallObjectSimple loader around the cached byte array.Methods in org.eclipse.jgit.lib that return ObjectLoader Modifier and Type Method Description ObjectLoaderAsyncObjectLoaderQueue. open()Obtain a loader to read the object.ObjectLoaderObjectDatabase. open(AnyObjectId objectId)Open an object from this database.ObjectLoaderObjectDatabase. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectLoaderObjectReader. open(AnyObjectId objectId)Open an object from this database.abstract ObjectLoaderObjectReader. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectLoaderRepository. open(AnyObjectId objectId)Open an object from this repository.ObjectLoaderRepository. open(AnyObjectId objectId, int typeHint)Open an object from this repository.ObjectLoaderFileTreeEntry. openReader()Deprecated.Constructors in org.eclipse.jgit.lib with parameters of type ObjectLoader Constructor Description SmallStream(ObjectLoader loader)Create the stream from an existing loader's cached bytes.
-