Uses of Class
org.eclipse.jgit.lib.ObjectReader
-
Packages that use ObjectReader Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.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.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
Uses of ObjectReader in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type ObjectReader Modifier and Type Method Description private voidCheckoutCommand. checkoutPath(DirCacheEntry entry, ObjectReader reader, Checkout checkout, java.lang.String path, DirCacheCheckout.CheckoutMetadata checkoutMetadata)private voidStashApplyCommand. checkoutPath(DirCacheEntry entry, java.lang.String gitPath, ObjectReader reader, Checkout checkout, DirCacheCheckout.CheckoutMetadata checkoutMetadata)private RevCommitStashCreateCommand. parseCommit(ObjectReader reader, ObjectId headId) -
Uses of ObjectReader in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as ObjectReader Modifier and Type Field Description private ObjectReaderBlameGenerator. readerMethods in org.eclipse.jgit.blame with parameters of type ObjectReader Modifier and Type Method Description (package private) voidCandidate. loadText(ObjectReader reader) -
Uses of ObjectReader in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as ObjectReader Modifier and Type Field Description private ObjectReaderRenameDetector. objectReaderprivate ObjectReaderContentSource.ObjectReaderSource. readerprivate ObjectReaderDiffFormatter. readerMethods in org.eclipse.jgit.diff with parameters of type ObjectReader Modifier and Type Method Description java.util.List<DiffEntry>RenameDetector. compute(ObjectReader reader, ProgressMonitor pm)Detect renames in the current file set.static ContentSourceContentSource. create(ObjectReader reader)Construct a content source for an ObjectReader.voidDiffFormatter. setReader(ObjectReader reader, Config cfg)Set the repository the formatter can load object contents from.private voidDiffFormatter. setReader(ObjectReader reader, Config cfg, boolean closeReader)Constructors in org.eclipse.jgit.diff with parameters of type ObjectReader Constructor Description ObjectReaderSource(ObjectReader reader)RenameDetector(ObjectReader reader, DiffConfig cfg)Create a new rename detector with a specified reader and diff config. -
Uses of ObjectReader in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache with parameters of type ObjectReader Modifier and Type Method Description voidDirCacheBuilder. addTree(byte[] pathPrefix, int stage, ObjectReader reader, AnyObjectId tree)Recursively add an entire tree into this builder.voidCheckout. checkout(DirCacheEntry entry, DirCacheCheckout.CheckoutMetadata metadata, ObjectReader reader, java.lang.String gitPath)Checks out the file given by theDirCacheEntry.static voidDirCacheCheckout. checkoutEntry(Repository repo, DirCacheEntry entry, ObjectReader or)Deprecated.static voidDirCacheCheckout. checkoutEntry(Repository repo, DirCacheEntry entry, ObjectReader or, boolean deleteRecursive, DirCacheCheckout.CheckoutMetadata checkoutMetadata)Updates the file in the working tree with content and mode from an entry in the index.AbstractTreeIteratorDirCacheBuildIterator. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.AbstractTreeIteratorDirCacheIterator. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.private static CanonicalTreeParserDirCacheBuilder. createTreeParser(byte[] pathPrefix, ObjectReader reader, AnyObjectId tree)private static CanonicalTreeParserDirCacheBuilder. enterTree(CanonicalTreeParser p, ObjectReader reader)AttributesNodeDirCacheIterator. getEntryAttributesNode(ObjectReader reader)Retrieves theAttributesNodefor the current entry.(package private) AttributesNodeDirCacheIterator.LazyLoadingAttributesNode. load(ObjectReader reader)static DirCacheDirCache. read(ObjectReader reader, AnyObjectId treeId)Create a new in memory index read from the contents of a tree. -
Uses of ObjectReader in org.eclipse.jgit.internal.storage.dfs
Subclasses of ObjectReader in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description private classDfsInserter.ReaderclassDfsReaderReader to access repository content through.Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectReader Modifier and Type Method Description ObjectReaderDfsInserter. newReader()Open a reader for objects that may have been written by this inserter.ObjectReaderDfsInserter.Reader. newReader()ObjectReaderDfsReader. newReader()Construct a new reader from the same data. -
Uses of ObjectReader in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectReader in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description private classPackInserter.Reader(package private) classWindowCursorActive handle to a ByteWindow.Fields in org.eclipse.jgit.internal.storage.file declared as ObjectReader Modifier and Type Field Description private ObjectReaderPackInserter.Reader. ctxMethods in org.eclipse.jgit.internal.storage.file that return ObjectReader Modifier and Type Method Description ObjectReaderFileObjectDatabase. newReader()Create a newObjectReaderto read existing objects.ObjectReaderObjectDirectoryInserter. newReader()Open a reader for objects that may have been written by this inserter.ObjectReaderPackInserter. newReader()Open a reader for objects that may have been written by this inserter.ObjectReaderPackInserter.Reader. newReader()ObjectReaderWindowCursor. newReader()Construct a new reader from the same data.Methods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectReader Modifier and Type Method Description private voidGC. loosen(ObjectDirectoryInserter inserter, ObjectReader reader, Pack pack, java.util.HashSet<ObjectId> existing)Loosen objects in a pack file which are not also in the newly-created pack files. -
Uses of ObjectReader in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as ObjectReader Modifier and Type Field Description private ObjectReaderDeltaTask. orprivate ObjectReaderBaseSearch. readerprivate ObjectReaderDeltaWindow. readerprivate ObjectReaderPackWriter. readerprivate ObjectReaderPackWriterBitmapPreparer. reader(package private) ObjectReaderDeltaTask.Block. templateReaderMethods in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectReader Modifier and Type Method Description (package private) static byte[]PackWriter. buffer(PackConfig config, ObjectReader or, AnyObjectId objId)Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectReader Constructor Description BaseSearch(ProgressMonitor countingMonitor, java.util.Set<RevTree> bases, ObjectIdOwnerMap<ObjectToPack> objects, java.util.List<ObjectToPack> edges, ObjectReader or)Block(int threads, PackConfig config, ObjectReader reader, DeltaCache dc, ThreadSafeProgressMonitor pm, ObjectToPack[] list, int begin, int end)DeltaWindow(PackConfig pc, DeltaCache dc, ObjectReader or, ProgressMonitor pm, long bpu, ObjectToPack[] in, int beginIndex, int endIndex)PackWriter(ObjectReader reader)Create a writer to load objects from the specified reader.PackWriter(Repository repo, ObjectReader reader)Create writer for specified repository.PackWriter(PackConfig config, ObjectReader reader)Create writer with a specified configuration.PackWriter(PackConfig config, ObjectReader reader, PackStatistics.Accumulator statsAccumulator)Create writer with a specified configuration.PackWriterBitmapPreparer(ObjectReader reader, PackBitmapIndexBuilder writeBitmaps, ProgressMonitor pm, java.util.Set<? extends ObjectId> want, PackConfig config) -
Uses of ObjectReader in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type ObjectReader Modifier and Type Method Description private static longLfsPrePushHook. getObjectSize(ObjectReader r, RevObject obj)private static LfsPointerLfsPrePushHook. loadLfsPointer(ObjectReader r, AnyObjectId obj) -
Uses of ObjectReader in org.eclipse.jgit.lib
Subclasses of ObjectReader in org.eclipse.jgit.lib Modifier and Type Class Description static classObjectReader.FilterWraps a delegate ObjectReader.Methods in org.eclipse.jgit.lib that return ObjectReader Modifier and Type Method Description protected abstract ObjectReaderObjectReader.Filter. delegate()ObjectReaderRepository. newObjectReader()Create a new reader to read objects fromRepository.getObjectDatabase().abstract ObjectReaderObjectDatabase. newReader()Create a newObjectReaderto read existing objects.ObjectReaderObjectInserter.Filter. newReader()ObjectReaderObjectInserter.Formatter. newReader()abstract ObjectReaderObjectInserter. newReader()Open a reader for objects that may have been written by this inserter.ObjectReaderObjectReader.Filter. newReader()abstract ObjectReaderObjectReader. newReader()Construct a new reader from the same data.Methods in org.eclipse.jgit.lib with parameters of type ObjectReader Modifier and Type Method Description private static AnyObjectIdBlobBasedConfig. asTree(ObjectReader or, AnyObjectId treeish)private static byte[]BlobBasedConfig. read(ObjectReader or, AnyObjectId blobId) -
Uses of ObjectReader in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as ObjectReader Modifier and Type Field Description protected ObjectReaderMerger. readerReader to supportMerger.walkand other object loading. -
Uses of ObjectReader in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as ObjectReader Modifier and Type Field Description private ObjectReaderNoteMap. readerBorrowed reader to access the repository.private ObjectReaderNoteMapMerger. readerMethods in org.eclipse.jgit.notes with parameters of type ObjectReader Modifier and Type Method Description (package private) InMemoryNoteBucketFanoutBucket. contractIfTooSmall(AnyObjectId noteOn, ObjectReader or)(package private) intFanoutBucket. estimateSize(AnyObjectId noteOn, ObjectReader or)(package private) intFanoutBucket.LazyNoteBucket. estimateSize(AnyObjectId objId, ObjectReader or)(package private) intLeafBucket. estimateSize(AnyObjectId noteOn, ObjectReader or)(package private) abstract intNoteBucket. estimateSize(AnyObjectId noteOn, ObjectReader or)(package private) NoteFanoutBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) NoteFanoutBucket.LazyNoteBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) NoteLeafBucket. getNote(AnyObjectId objId, ObjectReader or)(package private) abstract NoteNoteBucket. getNote(AnyObjectId objId, ObjectReader reader)(package private) java.util.Iterator<Note>FanoutBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) java.util.Iterator<Note>FanoutBucket.LazyNoteBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) java.util.Iterator<Note>LeafBucket. iterator(AnyObjectId objId, ObjectReader reader)(package private) abstract java.util.Iterator<Note>NoteBucket. iterator(AnyObjectId objId, ObjectReader reader)private InMemoryNoteBucketFanoutBucket.LazyNoteBucket. load(AnyObjectId prefix, ObjectReader or)(package private) static InMemoryNoteBucketFanoutBucket. loadIfLazy(NoteBucket b, AnyObjectId prefix, ObjectReader or)NoteDefaultNoteMerger. merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.NoteNoteMerger. merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.(package private) static NoteMapNoteMap. newMap(InMemoryNoteBucket root, ObjectReader reader)Construct a new note map from an existing note bucket.(package private) static InMemoryNoteBucketNoteParser. parse(AbbreviatedObjectId prefix, ObjectId treeId, ObjectReader reader)Parse a tree object into aNoteBucketinstance.static NoteMapNoteMap. read(ObjectReader reader, RevCommit commit)Load a collection of notes from a branch.static NoteMapNoteMap. read(ObjectReader reader, RevTree tree)Load a collection of notes from a tree.static NoteMapNoteMap. readTree(ObjectReader reader, ObjectId treeId)Load a collection of notes from a tree.(package private) InMemoryNoteBucketFanoutBucket.LazyNoteBucket. set(AnyObjectId noteOn, AnyObjectId noteData, ObjectReader or)(package private) InMemoryNoteBucketFanoutBucket. set(AnyObjectId noteOn, AnyObjectId noteData, ObjectReader or)(package private) InMemoryNoteBucketLeafBucket. set(AnyObjectId noteOn, AnyObjectId noteData, ObjectReader or)(package private) abstract InMemoryNoteBucketNoteBucket. set(AnyObjectId noteOn, AnyObjectId noteData, ObjectReader reader)Constructors in org.eclipse.jgit.notes with parameters of type ObjectReader Constructor Description NoteMap(ObjectReader reader)NoteParser(AbbreviatedObjectId prefix, ObjectReader r, ObjectId t) -
Uses of ObjectReader in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type ObjectReader Modifier and Type Method Description private java.lang.StringBlame. abbreviate(ObjectReader reader, RevCommit commit)private static java.lang.StringAbstractFetchCommand. longTypeOf(ObjectReader reader, TrackingRefUpdate u)private voidBranch. printHead(ObjectReader reader, java.lang.String ref, boolean isCurrent, Ref refObj)private voidPush. printPushResult(ObjectReader reader, URIish uri, PushResult result)private voidPush. printRefUpdateResult(ObjectReader reader, URIish uri, PushResult result, RemoteRefUpdate rru)private static java.lang.StringAbstractFetchCommand. safeAbbreviate(ObjectReader reader, ObjectId id)private static java.lang.StringPush. safeAbbreviate(ObjectReader reader, ObjectId id)private intBlame. uniqueAbbrevLen(ObjectReader reader, RevCommit commit) -
Uses of ObjectReader in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type ObjectReader Modifier and Type Method Description private static byte[]ShowPackDelta. getDelta(ObjectReader reader, RevObject obj) -
Uses of ObjectReader in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as ObjectReader Modifier and Type Field Description (package private) ObjectReaderRevWalk. readerMethods in org.eclipse.jgit.revwalk that return ObjectReader Modifier and Type Method Description ObjectReaderRevWalk. getObjectReader()Get the reader this walker is using to load objects.Constructors in org.eclipse.jgit.revwalk with parameters of type ObjectReader Constructor Description ObjectWalk(ObjectReader or, int depth)ObjectWalk(ObjectReader or)Create a new revision and object walker for a given repository.RevWalk(ObjectReader or, int depth)RevWalk(ObjectReader or)Create a new revision walker for a given repository.RevWalk(ObjectReader or, boolean closeReader) -
Uses of ObjectReader in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as ObjectReader Modifier and Type Field Description private ObjectReaderPackParser. readCursprivate ObjectReaderBundleWriter. reader(package private) ObjectReaderPushCertificateStore. readerprivate ObjectReaderWalkFetchConnection. readerInserter to read objects fromWalkFetchConnection.local.Constructors in org.eclipse.jgit.transport with parameters of type ObjectReader Constructor Description BundleWriter(ObjectReader or)Create a writer for a bundle. -
Uses of ObjectReader in org.eclipse.jgit.treewalk
Fields in org.eclipse.jgit.treewalk declared as ObjectReader Modifier and Type Field Description private ObjectReaderTreeWalk. readerMethods in org.eclipse.jgit.treewalk that return ObjectReader Modifier and Type Method Description ObjectReaderTreeWalk. getObjectReader()Get the reader this walker is using to load objects.Methods in org.eclipse.jgit.treewalk with parameters of type ObjectReader Modifier and Type Method Description private booleanWorkingTreeIterator. contentCheck(DirCacheEntry entry, ObjectReader reader)Compares the entries content with the content in the filesystem.abstract AbstractTreeIteratorAbstractTreeIterator. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.AbstractTreeIteratorAbstractTreeIterator. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)Create a new iterator for the current entry's subtree.CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)Create a new iterator for the current entry's subtree.AbstractTreeIteratorEmptyTreeIterator. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.AbstractTreeIteratorFileTreeIterator. createSubtreeIterator(ObjectReader reader)Create a new iterator for the current entry's subtree.CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator0(ObjectReader reader, AnyObjectId id)Back door to quickly create a subtree iterator for any subtree.private AttributesNodeCanonicalTreeParser. findAttributes(ObjectReader reader)static TreeWalkTreeWalk. forPath(ObjectReader reader, java.lang.String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.static TreeWalkTreeWalk. forPath(Repository repo, ObjectReader reader, java.lang.String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.AttributesNodeCanonicalTreeParser. getEntryAttributesNode(ObjectReader reader)Retrieve theAttributesNodefor the current entry.booleanWorkingTreeIterator. isModified(DirCacheEntry entry, boolean forceContentCheck, ObjectReader reader)Checks whether this entry differs from a given entry from theDirCache.private static AttributesNodeCanonicalTreeParser. loadAttributes(ObjectReader reader, AnyObjectId id)private static java.lang.StringWorkingTreeIterator. readContentAsNormalizedString(DirCacheEntry entry, ObjectReader reader)voidCanonicalTreeParser. reset(ObjectReader reader, AnyObjectId id)Reset this parser to walk through the given tree.CanonicalTreeParserCanonicalTreeParser. resetRoot(ObjectReader reader, AnyObjectId id)Reset this parser to walk through the given tree.Constructors in org.eclipse.jgit.treewalk with parameters of type ObjectReader Constructor Description CanonicalTreeParser(byte[] prefix, ObjectReader reader, AnyObjectId treeId)Create a new parser for a tree appearing in a subset of a repository.NameConflictTreeWalk(ObjectReader or)Create a new tree walker for a given repository.NameConflictTreeWalk(Repository repo, ObjectReader or)Create a new tree walker for a given repository.TreeWalk(ObjectReader or)Create a new tree walker for a given repository.TreeWalk(Repository repo, ObjectReader or)Create a new tree walker for a given repository.TreeWalk(Repository repo, ObjectReader or, boolean closeReader)
-