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.archive org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).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.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.util Utility classes. -
-
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, ObjectId tree, java.lang.String path, FileMode mode, ObjectLoader loader)Write an entry to an archive. -
Uses of ObjectLoader in org.eclipse.jgit.archive
Methods in org.eclipse.jgit.archive with parameters of type ObjectLoader Modifier and Type Method Description voidTarFormat. putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, java.lang.String path, FileMode mode, ObjectLoader loader)Write an entry to an archive.voidTbz2Format. putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, java.lang.String path, FileMode mode, ObjectLoader loader)Write an entry to an archive.voidTgzFormat. putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, java.lang.String path, FileMode mode, ObjectLoader loader)Write an entry to an archive.voidTxzFormat. putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, java.lang.String path, FileMode mode, ObjectLoader loader)Write an entry to an archive.voidZipFormat. putEntry(org.apache.commons.compress.archivers.ArchiveOutputStream out, ObjectId tree, java.lang.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 ObjectLoaderContentSource.ObjectReaderSource. open(java.lang.String path, ObjectId id)abstract ObjectLoaderContentSource. open(java.lang.String path, ObjectId id)Open the object.ObjectLoaderContentSource.Pair. open(DiffEntry.Side side, DiffEntry ent)Open the object.ObjectLoaderContentSource.WorkingTreeSource. open(java.lang.String path, ObjectId id)Methods in org.eclipse.jgit.diff with parameters of type ObjectLoader Modifier and Type Method Description static SimilarityIndexSimilarityIndex. create(ObjectLoader obj)Create a new similarity index for the given object(package private) voidSimilarityIndex. hash(ObjectLoader obj)private voidSimilarityIndex. hashLargeObject(ObjectLoader obj)static 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 ObjectLoader Modifier and Type Method Description static voidDirCacheCheckout. getContent(Repository repo, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, WorkingTreeOptions opt, java.io.OutputStream os)Return filtered content for a specific object (blob).private static voidDirCacheCheckout. runBuiltinFilterCommand(Repository repo, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, java.io.OutputStream channel)private static voidDirCacheCheckout. runExternalFilterCommand(Repository repo, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, java.io.OutputStream channel) -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectLoader in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description private classDfsInserter.StreamLoader(package private) classLargePackedWholeObjectMethods in org.eclipse.jgit.internal.storage.dfs that return ObjectLoader Modifier and Type Method Description private static ObjectLoaderDfsReader. checkType(ObjectLoader ldr, AnyObjectId id, int typeHint)(package private) ObjectLoaderDfsPackFile. get(DfsReader ctx, AnyObjectId id)Get an object from this pack.(package private) ObjectLoaderDfsPackFile. load(DfsReader ctx, long pos)ObjectLoaderDfsInserter.Reader. open(AnyObjectId objectId, int typeHint)ObjectLoaderDfsReader. open(AnyObjectId objectId, int typeHint)Open an object from this database.private ObjectLoaderDfsReader. openImpl(DfsObjDatabase.PackList packList, AnyObjectId objectId)Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type ObjectLoader Modifier and Type Method Description private static ObjectLoaderDfsReader. checkType(ObjectLoader ldr, AnyObjectId id, int typeHint) -
Uses of ObjectLoader in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectLoader in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description (package private) classLargePackedWholeObjectprivate classPackInserter.Reader.StreamLoaderprivate static classUnpackedObject.LargeObjectMethods in org.eclipse.jgit.internal.storage.file that return ObjectLoader Modifier and Type Method Description (package private) ObjectLoaderPack. get(WindowCursor curs, AnyObjectId id)Get an object from this pack.(package private) ObjectLoaderPack. load(WindowCursor curs, long pos)(package private) ObjectLoaderLooseObjects. open(WindowCursor curs, AnyObjectId id)(package private) ObjectLoaderPackDirectory. open(WindowCursor curs, AnyObjectId objectId)ObjectLoaderPackInserter.Reader. open(AnyObjectId objectId, int typeHint)(package private) static ObjectLoaderUnpackedObject. open(java.io.InputStream in, java.io.File path, AnyObjectId id, WindowCursor wc)ObjectLoaderWindowCursor. open(AnyObjectId objectId, int typeHint)Open an object from this database.private ObjectLoaderObjectDirectory. openLooseFromSelfOrAlternate(WindowCursor curs, AnyObjectId objectId, java.util.Set<ObjectDirectory.AlternateHandle.Id> skips)(package private) ObjectLoaderCachedObjectDirectory. openLooseObject(WindowCursor curs, AnyObjectId id)(package private) abstract ObjectLoaderFileObjectDatabase. openLooseObject(WindowCursor curs, AnyObjectId id)(package private) ObjectLoaderObjectDirectory. openLooseObject(WindowCursor curs, AnyObjectId id)(package private) ObjectLoaderCachedObjectDirectory. openObject(WindowCursor curs, AnyObjectId objectId)private ObjectLoaderCachedObjectDirectory. openObject(WindowCursor curs, AnyObjectId objectId, java.util.Set<ObjectDirectory.AlternateHandle.Id> skips)(package private) abstract ObjectLoaderFileObjectDatabase. openObject(WindowCursor curs, AnyObjectId objectId)(package private) ObjectLoaderObjectDirectory. openObject(WindowCursor curs, AnyObjectId objectId)private ObjectLoaderObjectDirectory. openObjectWithoutRestoring(WindowCursor curs, AnyObjectId objectId)private ObjectLoaderObjectDirectory. openPackedFromSelfOrAlternate(WindowCursor curs, AnyObjectId objectId, java.util.Set<ObjectDirectory.AlternateHandle.Id> skips)(package private) ObjectLoaderObjectDirectory. openPackedObject(WindowCursor curs, AnyObjectId objectId)static ObjectLoaderUnpackedObject. parse(byte[] raw, AnyObjectId id)Parse an object from the unpacked object format. -
Uses of ObjectLoader in org.eclipse.jgit.lfs
Subclasses of ObjectLoader in org.eclipse.jgit.lfs Modifier and Type Class Description classLfsBlobLoaderAnObjectLoaderimplementation that reads a media file from the LFS storage.Methods in org.eclipse.jgit.lfs that return ObjectLoader Modifier and Type Method Description ObjectLoaderBuiltinLFS. applySmudgeFilter(Repository db, ObjectLoader loader, Attribute attribute)static ObjectLoaderLfsBlobFilter. smudgeLfsBlob(Repository db, ObjectLoader loader)In case the givenObjectLoaderpoints to a LFS pointer file replace the loader with one pointing to the LFS media file contents.Methods in org.eclipse.jgit.lfs with parameters of type ObjectLoader Modifier and Type Method Description ObjectLoaderBuiltinLFS. applySmudgeFilter(Repository db, ObjectLoader loader, Attribute attribute)static ObjectLoaderLfsBlobFilter. smudgeLfsBlob(Repository db, ObjectLoader loader)In case the givenObjectLoaderpoints to a LFS pointer file replace the loader with one pointing to the LFS media file contents. -
Uses of ObjectLoader in org.eclipse.jgit.lib
Subclasses of ObjectLoader in org.eclipse.jgit.lib Modifier and Type Class Description static classObjectLoader.FilterWraps a delegate ObjectLoader.static classObjectLoader.SmallObjectSimple loader around the cached byte array.Methods in org.eclipse.jgit.lib that return ObjectLoader Modifier and Type Method Description protected abstract ObjectLoaderObjectLoader.Filter. delegate()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.Filter. open(AnyObjectId objectId)ObjectLoaderObjectReader.Filter. open(AnyObjectId objectId, int typeHint)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.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. -
Uses of ObjectLoader in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk with parameters of type ObjectLoader Modifier and Type Method Description (package private) byte[]RevWalk. getCachedBytes(RevObject obj, ObjectLoader ldr)private RevObjectRevWalk. parseNew(AnyObjectId id, ObjectLoader ldr) -
Uses of ObjectLoader in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return ObjectLoader Modifier and Type Method Description ObjectLoaderLfsFactory. 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 ObjectLoader Modifier and Type Method Description ObjectLoaderLfsFactory. 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.
-