Uses of Class
org.eclipse.jgit.lib.ObjectReader
-
Packages that use ObjectReader Package Description 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.pack Reading/writing Git pack files.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.revwalk Walking revision graphs (commit history).org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
Uses of ObjectReader in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff with parameters of type ObjectReader Modifier and Type Method Description 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.Constructors in org.eclipse.jgit.diff with parameters of type ObjectReader Constructor Description 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.static voidDirCacheCheckout. checkoutEntry(Repository repo, File f, DirCacheEntry entry, ObjectReader or)Deprecated.Do not pass File object.static voidDirCacheCheckout. checkoutEntry(Repository repo, DirCacheEntry entry, ObjectReader or)Updates the file in the working tree with content and mode from an entry in the index.AbstractTreeIteratorDirCacheBuildIterator. createSubtreeIterator(ObjectReader reader)AbstractTreeIteratorDirCacheIterator. createSubtreeIterator(ObjectReader reader)AttributesNodeDirCacheIterator. getEntryAttributesNode(ObjectReader reader)Retrieves theAttributesNodefor the current entry. -
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 classDfsReaderReader to access repository content through.Methods in org.eclipse.jgit.internal.storage.dfs that return ObjectReader Modifier and Type Method Description ObjectReaderDfsInserter. newReader()ObjectReaderDfsObjDatabase. newReader()ObjectReaderDfsReader. newReader() -
Uses of ObjectReader in org.eclipse.jgit.internal.storage.pack
Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type ObjectReader Constructor Description 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. -
Uses of ObjectReader in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ObjectReader Modifier and Type Method Description ObjectReaderRepository. newObjectReader()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.abstract ObjectReaderObjectReader. newReader()Construct a new reader from the same data. -
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
Methods in org.eclipse.jgit.notes with parameters of type ObjectReader Modifier and Type Method Description NoteDefaultNoteMerger. merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)NoteNoteMerger. merge(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter)Merges the conflicting note changes.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. -
Uses of ObjectReader in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return ObjectReader Modifier and Type Method Description ObjectReaderRevWalk. getObjectReader()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. -
Uses of ObjectReader in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return ObjectReader Modifier and Type Method Description ObjectReaderTreeWalk. getObjectReader()Methods in org.eclipse.jgit.treewalk with parameters of type ObjectReader Modifier and Type Method Description 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)CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer)AbstractTreeIteratorEmptyTreeIterator. createSubtreeIterator(ObjectReader reader)AbstractTreeIteratorFileTreeIterator. createSubtreeIterator(ObjectReader reader)CanonicalTreeParserCanonicalTreeParser. createSubtreeIterator0(ObjectReader reader, AnyObjectId id)Back door to quickly create a subtree iterator for any subtree.static TreeWalkTreeWalk. forPath(ObjectReader reader, String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.booleanWorkingTreeIterator. isModified(DirCacheEntry entry, boolean forceContentCheck, ObjectReader reader)Checks whether this entry differs from a given entry from theDirCache.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.TreeWalk(ObjectReader or)Create a new tree walker for a given repository.
-