Uses of Class
org.eclipse.jgit.lib.ObjectLoader
Packages that use ObjectLoader
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Utility classes.
-
Uses of ObjectLoader in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ObjectLoader -
Uses of ObjectLoader in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return ObjectLoaderModifier and TypeMethodDescriptionabstract ObjectLoaderOpen the object.ContentSource.Pair.open(DiffEntry.Side side, DiffEntry ent) Open the object.Methods in org.eclipse.jgit.diff with parameters of type ObjectLoaderModifier and TypeMethodDescriptionstatic SimilarityIndexSimilarityIndex.create(ObjectLoader obj) Create a new similarity index for the given objectstatic RawTextRawText.load(ObjectLoader ldr, int threshold) Read a blob object into RawText, or throw BinaryBlobException if the blob is binary. -
Uses of ObjectLoader in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type ObjectLoaderModifier and TypeMethodDescriptionstatic voidDirCacheCheckout.getContent(Repository repo, String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, OutputStream os) Return filtered content for a specific object (blob). -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectLoader -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ObjectLoaderModifier and TypeMethodDescriptionstatic 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.libModifier and TypeClassDescriptionstatic classWraps a delegate ObjectLoader.static classSimple loader around the cached byte array.Methods in org.eclipse.jgit.lib that return ObjectLoaderModifier and TypeMethodDescriptionprotected abstract ObjectLoaderObjectLoader.Filter.delegate()Get delegate ObjectLoader to handle all processing.AsyncObjectLoaderQueue.open()Obtain a loader to read the object.ObjectDatabase.open(AnyObjectId objectId) Open an object from this database.ObjectDatabase.open(AnyObjectId objectId, int typeHint) Open an object from this database.ObjectReader.Filter.open(AnyObjectId objectId) ObjectReader.Filter.open(AnyObjectId objectId, int typeHint) ObjectReader.open(AnyObjectId objectId) Open an object from this database.abstract ObjectLoaderObjectReader.open(AnyObjectId objectId, int typeHint) Open an object from this database.Repository.open(AnyObjectId objectId) Open an object from this repository.Repository.open(AnyObjectId objectId, int typeHint) Open an object from this repository.Constructors in org.eclipse.jgit.lib with parameters of type ObjectLoaderModifierConstructorDescriptionSmallStream(ObjectLoader loader) Create the stream from an existing loader's cached bytes. -
Uses of ObjectLoader in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return ObjectLoaderModifier and TypeMethodDescriptionLfsFactory.applySmudgeFilter(Repository db, ObjectLoader loader, Attribute attribute) Apply smudge filtering to a given loader, potentially redirecting it to a LFS blob which is downloaded on demand.Methods in org.eclipse.jgit.util with parameters of type ObjectLoaderModifier and TypeMethodDescriptionLfsFactory.applySmudgeFilter(Repository db, ObjectLoader loader, Attribute attribute) Apply smudge filtering to a given loader, potentially redirecting it to a LFS blob which is downloaded on demand.